新增获取医生个人中心数据
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user