新增获取医生个人中心数据

This commit is contained in:
2023-02-22 15:52:16 +08:00
parent 5132a57752
commit 2f76b0f877
5 changed files with 68 additions and 40 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class LoginService extends BaseService
if (empty($phone_info) || empty($phone_info['phone_info']) || empty($phone_info['phone_info']['purePhoneNumber'])){
return fail(HttpEnumCode::GET_WX_ERROR);
}
// $phone_info['phone_info']['purePhoneNumber'] = "18221234161";
// $phone_info['phone_info']['purePhoneNumber'] = "18221234162";
// 获取用户openid
$wx_info_data = $weChat->codeToSession($wx_code);