From 7532c12f3da62555353b7641ae6f8b12786c2548 Mon Sep 17 00:00:00 2001 From: 13405411873 <1994398261@qq.com> Date: Tue, 10 Sep 2024 00:19:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=E6=B4=BB=E5=8A=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/EventMarketing/giftBlock.js | 14 +++ .../src/views/EventMarketing/center/index.vue | 72 ----------- .../views/EventMarketing/giftBlock/index.vue | 116 +++++++----------- .../impl/ActiveNewlywedsServiceImpl.java | 80 +----------- .../impl/ActivePriceRuleServiceImpl.java | 99 +++++++-------- .../service/impl/ActivePriceServiceImpl.java | 2 + .../controller/CardGiftActiveController.java | 25 ++++ .../cardGiftActive/entity/CardGiftActive.java | 4 +- .../mapper/xml/CardGiftActiveMapper.xml | 2 +- .../impl/CardGiftActiveServiceImpl.java | 3 +- 10 files changed, 142 insertions(+), 275 deletions(-) diff --git a/fuintAdmin/src/api/EventMarketing/giftBlock.js b/fuintAdmin/src/api/EventMarketing/giftBlock.js index e3fd5570c..5017e91fd 100644 --- a/fuintAdmin/src/api/EventMarketing/giftBlock.js +++ b/fuintAdmin/src/api/EventMarketing/giftBlock.js @@ -136,3 +136,17 @@ export function getwei() { method: 'get', }) } +export function encryptData(id) { + return request({ + url: 'cardGiftActive/encryptData?activeId='+id, + method: 'post', + }) +} + +export function exportCardInfo(id) { + return request({ + url: 'cardGiftActive/exportCardInfo?activeId='+id, + method: 'post', + responseType:'blob', + }) +} diff --git a/fuintAdmin/src/views/EventMarketing/center/index.vue b/fuintAdmin/src/views/EventMarketing/center/index.vue index cde3e3179..97c881e4a 100644 --- a/fuintAdmin/src/views/EventMarketing/center/index.vue +++ b/fuintAdmin/src/views/EventMarketing/center/index.vue @@ -432,78 +432,6 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -