From a9fd628893ab0bac03cdc387fa75916aa5839b0c Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Sat, 10 Jan 2026 19:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=85=E5=80=BC=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tea-room.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/tea-room.ts b/src/api/tea-room.ts index 7e532c9..2e8764d 100644 --- a/src/api/tea-room.ts +++ b/src/api/tea-room.ts @@ -357,4 +357,11 @@ export function getTeaRoomGroupCouponList(data: ITeaRoomGroupCouponListParams) { */ export function teaRoomRecharge(money: number) { return http.Post('/api/recharge/recharge', {money}) +} + +/** + * 获取充值活动 + */ +export function getRechargeActivity(data: {store_id: number}) { + return http.Post('/api/TeaStore/rechargeLists', data) } \ No newline at end of file