cqpCow 1 year ago
parent
commit
6f99ffaad7
1 changed files with 1 additions and 1 deletions
  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){