mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
安全性问题处理:添加页面访问校验初版代码 --提交人:阳华祥
This commit is contained in:
@@ -62,3 +62,21 @@ export function wxShare(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//验证代理人访问
|
||||
export function checkEnterPower(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/agent/checkEnterPower', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
export function getAuthCode(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/authcode/loginedSend', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user