feat:抖音支付

This commit is contained in:
2026-09-09 11:46:36 +08:00
parent 75060faa39
commit b350f1c07a
18 changed files with 2670 additions and 531 deletions
+13
View File
@@ -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,
});
}