验证码API

This commit is contained in:
2021-06-30 11:48:33 +08:00
parent 35cb452d09
commit 6c54dc815f

View File

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