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