feat:抖音支付
This commit is contained in:
+13
@@ -175,3 +175,16 @@ export function appleLogin(params) {
|
||||
cha:1
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取直推邀请用户列表
|
||||
* @param {Object} params { page, pageSize }
|
||||
*/
|
||||
export function getDirectReferrals(params) {
|
||||
return request({
|
||||
url: "/user/getDirectReferrals",
|
||||
method: "get",
|
||||
data: params,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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