From 9aaf71d41f4391849cb605bfdaf3cca3c375c73b Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 12 Mar 2026 17:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/activity/msg.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/api/activity/msg.js b/src/api/activity/msg.js index 36f4f83..20bbc58 100644 --- a/src/api/activity/msg.js +++ b/src/api/activity/msg.js @@ -45,3 +45,30 @@ export function msgUpdate (data) { data }) } + +// 获取红包列表明细 +export function getRecordList(data) { + return request({ + url: '/api/web/redpacket/record/list', + method: 'post', + data + }) +} + +// 更新红包列表明细 +export function updateConfig(data) { + return request({ + url: '/api/web/redpacket/config/update', + method: 'post', + data + }) +} + +// 更新红包列表明细 +export function getConfig(data) { + return request({ + url: '/api/web/redpacket/config/get', + method: 'get', + params: data || {} + }) +} \ No newline at end of file