From 6c54dc815f06c5496dc0a7674bf500d48d493f72 Mon Sep 17 00:00:00 2001 From: Ky_Gyt <1971574843@qq.com> Date: Wed, 30 Jun 2021 11:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-react/src/common/api/requests/sys/userManage.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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