验证码API
This commit is contained in:
@@ -73,6 +73,18 @@ const urls = {
|
|||||||
* 更新基本信息
|
* 更新基本信息
|
||||||
*/
|
*/
|
||||||
sysUserUpdateInfo: ['/sysUser/updateInfo', 'post'],
|
sysUserUpdateInfo: ['/sysUser/updateInfo', 'post'],
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 发送验证码
|
||||||
|
*/
|
||||||
|
SendCode: ['/sysUser/SendCode', 'post'],
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 绑定/验证
|
||||||
|
*/
|
||||||
|
CheckBindcode: ['/sysUser/CheckBindcode', 'post'],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default urls
|
export default urls
|
||||||
Reference in New Issue
Block a user