rkljw hace 23 horas
padre
commit
2793925c95
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/Controller/LoginController.php

+ 4 - 0
app/Controller/LoginController.php

@@ -259,6 +259,10 @@ class LoginController extends AbstractController
                 'salt' => $salt,
                 'password' => $openInfoData['openid'],
                 'type_id' => 20000,
+                'mobile'=>$response['phone_info']['purePhoneNumber'],
+                'other'=>[],
+                'city_arr_id'=>[],
+                'address_arr_id'=>[]
             ];
             $checkUserInfo = $this->userServiceClient->createUser($createUserData);
         }