|
@@ -31,7 +31,7 @@ trait UserTrait
|
|
$sign = generateSign([], config('customer.app_secret'));
|
|
$sign = generateSign([], config('customer.app_secret'));
|
|
$url = config("customer.app_service_url").'/user/v2/follow/checkStatus';
|
|
$url = config("customer.app_service_url").'/user/v2/follow/checkStatus';
|
|
$array = [
|
|
$array = [
|
|
- 'json' => ['sign' => $sign, 'uid' => $uid, 'follow_uid' => $followUid], 'query' => [], 'http_errors' => false,'headers'=>['Authorization'=>"Bearer ".JWTAuth::getToken()]
|
|
|
|
|
|
+ 'json' => ['sign' => $sign, 'uid' => $followUid, 'follow_uid' => $uid], 'query' => [], 'http_errors' => false,'headers'=>['Authorization'=>"Bearer ".JWTAuth::getToken()]
|
|
];
|
|
];
|
|
return http($url,$array,'get');
|
|
return http($url,$array,'get');
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|