|
@@ -178,7 +178,7 @@ class ApiController extends Controller
|
|
'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' => '已绑定'
|
|
|
|
|
|
+ 'bind_phone' => 2
|
|
]);
|
|
]);
|
|
if(empty($res)) {
|
|
if(empty($res)) {
|
|
return response()->json(['status' => 'fail', 'info' => '数据更新失败']);
|
|
return response()->json(['status' => 'fail', 'info' => '数据更新失败']);
|