|
@@ -85,7 +85,7 @@ trait UserTrait
|
|
|
public function getMemberSortIdList($ids) {
|
|
|
try {
|
|
|
$sign = generateSign([], config('customer.app_secret'));
|
|
|
- $url = config("customer.app_service_url").'/v2/member/memberSortIdList';
|
|
|
+ $url = config("customer.app_service_url").'/user/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()]
|