From 66ecc59cf7a6c9393bb691b4a8f6a37ec6212a89 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 25 Oct 2023 17:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/yx_api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/yx_api.php b/routes/yx_api.php index c071cf1..ea57468 100644 --- a/routes/yx_api.php +++ b/routes/yx_api.php @@ -130,6 +130,7 @@ $api->group(['namespace' => 'V1','middleware'=>'auth.api'], function ($api) { //个人中心 $api->get('user/switchSecondVerify','UserController@switchSecondVerify');//登陆二次验证开关 $api->get('user/getUserInfo','UserController@getUserInfo');//获取用户信息 + $api->get('user/sendUemailCode', 'UserController@sendUemailCode'); // 更改密码时发送邮箱验证码 $api->post('user/updateUserInfo','UserController@updateUserInfo');//修改用户信息 //账号安全