[周五福利订阅]

This commit is contained in:
zhangjing
2021-06-24 10:18:50 +08:00
parent ffdf4bb529
commit c8def77dc3
41 changed files with 1487 additions and 201 deletions

View File

@@ -38,7 +38,7 @@ const jssdk = (coupon_id) => req({url: "coupons/jssdk?coupon_id=" + coupon_id})
const cards = (code, pass) => req({url: "user/cards/activate", method: "POST", data:{code : code, pass : pass}})
// 积分账变记录
const logs = (type, page) => req({url: "account/logs", data:{type : type, page : page}})
const logs = (type, channel, page) => req({url: "account/logs", data:{type : type, channel: channel, page : page}})
// 冻结列表
const ungrants = (type,) => req({url: "account/ungrants", data:{type : type}})