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){