feat:抖音支付
This commit is contained in:
@@ -60,3 +60,16 @@ export function getApplicableGoods(data) {
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询首页弹窗优惠券通知列表
|
||||
* @param {Object} data { page, pageSize }
|
||||
*/
|
||||
export function getPopNotifyList(data) {
|
||||
return request({
|
||||
url: "/coupon/getPopNotifyList",
|
||||
method: "get",
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user