微信二维码扫描后跳转页面,或者提示超时 & 余额提现取消校验规则
This commit is contained in:
@@ -313,6 +313,10 @@ export default {
|
||||
memberIsPayed(params) {
|
||||
return fetchPost('/member/isPayed', params, true);
|
||||
},
|
||||
// 判断数据是否
|
||||
memberBarcodeIsUsed(params) {
|
||||
return fetchPost('/member/barcode/isUsed', params, true);
|
||||
},
|
||||
|
||||
/**
|
||||
* 个人中心
|
||||
|
||||
Reference in New Issue
Block a user