This commit is contained in:
2021-06-30 14:17:30 +08:00

View File

@@ -73,6 +73,18 @@ const urls = {
* 更新基本信息
*/
sysUserUpdateInfo: ['/sysUser/updateInfo', 'post'],
/**
* 发送验证码
*/
SendCode: ['/sysUser/SendCode', 'post'],
/**
* 绑定/验证
*/
CheckBindcode: ['/sysUser/CheckBindcode', 'post'],
}
export default urls