diff --git a/web-react/src/common/api/requests/sys/userManage.js b/web-react/src/common/api/requests/sys/userManage.js index 99c0458..af29f3f 100644 --- a/web-react/src/common/api/requests/sys/userManage.js +++ b/web-react/src/common/api/requests/sys/userManage.js @@ -73,6 +73,18 @@ const urls = { * 更新基本信息 */ sysUserUpdateInfo: ['/sysUser/updateInfo', 'post'], + + + /** + * 发送验证码 + */ + SendCode: ['/sysUser/SendCode', 'post'], + + /** + * 绑定/验证 + */ + CheckBindcode: ['/sysUser/CheckBindcode', 'post'], + } export default urls \ No newline at end of file