*
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -94,7 +94,7 @@ class BaseController extends Controller | ... | @@ -94,7 +94,7 @@ 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['tmeBrandId'] | 97 | "brandId"=>$params['brandId'] |
| 98 | ],'headers'=>$headers]); | 98 | ],'headers'=>$headers]); |
| 99 | break; | 99 | break; |
| 100 | case 'POST': | 100 | case 'POST': | ... | ... |
-
Please register or sign in to post a comment