新增手机号登录获取openid、新增身份认证科室验证

This commit is contained in:
2023-03-17 11:34:56 +08:00
parent 324f9f1733
commit 2d88e29734
8 changed files with 94 additions and 12 deletions
+3
View File
@@ -358,6 +358,9 @@ Router::addGroup('/login', function () {
// 手机号登陆
Router::post('/mobile_login', [LoginController::class, 'mobileLogin']);
// 微信授权接口
Router::post('/authorize', [LoginController::class, 'wxAuthorize']);
});
// 验证码api