添加充值接口
This commit is contained in:
@ -357,4 +357,11 @@ export function getTeaRoomGroupCouponList(data: ITeaRoomGroupCouponListParams) {
|
|||||||
*/
|
*/
|
||||||
export function teaRoomRecharge(money: number) {
|
export function teaRoomRecharge(money: number) {
|
||||||
return http.Post<any>('/api/recharge/recharge', {money})
|
return http.Post<any>('/api/recharge/recharge', {money})
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取充值活动
|
||||||
|
*/
|
||||||
|
export function getRechargeActivity(data: {store_id: number}) {
|
||||||
|
return http.Post<any>('/api/TeaStore/rechargeLists', data)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user