|
@@ -86,7 +86,7 @@ trait UserTrait
|
|
|
try {
|
|
|
$sign = generateSign([], config('customer.app_secret'));
|
|
|
$url = config("customer.app_service_url").'/v2/member/memberSortIdList';
|
|
|
- $url = 'http://localhost:8080/v2/member/memberSortIdList';
|
|
|
+ //$url = 'http://localhost:8080/v2/member/memberSortIdList';
|
|
|
$array = [
|
|
|
'json' => ['sign' => $sign, 'uids' => $ids], 'query' => [], 'http_errors' => false,'headers'=>['Authorization'=>"Bearer ".JWTAuth::getToken()]
|
|
|
];
|