增加绑定微信功能界面,增加每日解锁支付超过最大获取抽奖次数时弹窗提醒,增加视频解锁创建订单提示未绑定微信407状态时跳转绑定微信界面
This commit is contained in:
@@ -54,3 +54,22 @@ export const bind = (data) => {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 绑定微信
|
||||
*/
|
||||
export const $bindWx = (data) => {
|
||||
return http.request({
|
||||
url: 'Login/bindWx',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 绑定微信状态
|
||||
export const $bindStatus = (data) => {
|
||||
return http.request({
|
||||
url: 'Login/bindStatus',
|
||||
method: 'GET',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user