|
@@ -172,7 +172,8 @@ class ApiController extends Controller
|
|
'city' => $we_chat_user->city,
|
|
'city' => $we_chat_user->city,
|
|
'province' => $we_chat_user->province,
|
|
'province' => $we_chat_user->province,
|
|
'country' => $we_chat_user->country,
|
|
'country' => $we_chat_user->country,
|
|
- 'avatar_url' => $we_chat_user->avatar_url
|
|
|
|
|
|
+ 'avatar_url' => $we_chat_user->avatar_url,
|
|
|
|
+ 'remark' => '已绑定'
|
|
]);
|
|
]);
|
|
if(empty($res)) {
|
|
if(empty($res)) {
|
|
return response()->json(['status' => 'fail', 'info' => '数据更新失败']);
|
|
return response()->json(['status' => 'fail', 'info' => '数据更新失败']);
|