安全性问题处理:添加页面访问校验初版代码 --提交人:阳华祥

This commit is contained in:
yang.huaxiang
2020-11-14 16:33:54 +08:00
parent 247f403bab
commit b80fec5132
5 changed files with 134 additions and 16 deletions

View File

@@ -80,3 +80,13 @@ export function getAuthCode(data) {
data
})
}
// 获取代理人信息
export function getCheckModelAgentInfo(data) {
return request({
// url: getUrl('/agent/agent/info', 0),
url: getUrl('/customer/agent/info', 1),
method: 'post',
data
})
}