*
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -94,8 +94,9 @@ class BaseController extends Controller | ... | @@ -94,8 +94,9 @@ class BaseController extends Controller |
94 | $response = $this->client->request('GET', $url, ['query' => [ | 94 | $response = $this->client->request('GET', $url, ['query' => [ |
95 | "businessId"=>482946, | 95 | "businessId"=>482946, |
96 | "queryType"=>"album", | 96 | "queryType"=>"album", |
97 | "brandId"=>$params['brandId'] | 97 | "brandId"=>103596 |
98 | ],'headers'=>$headers]); | 98 | ],'headers'=>$headers]); |
99 | |||
99 | break; | 100 | break; |
100 | case 'POST': | 101 | case 'POST': |
101 | default: | 102 | default: | ... | ... |
-
Please register or sign in to post a comment