cqpCow 1 рік тому
батько
коміт
6f99ffaad7
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Service/Wx/WxEmployeeService.php

+ 1 - 1
app/Service/Wx/WxEmployeeService.php

@@ -60,7 +60,7 @@ class WxEmployeeService extends Service
         $user->mobile = $mobile;
         $user->save();
 
-        return [true, $mobile];
+        return [true, ['mobile' => $mobile]];
     }
 
     public function login($data){