Commit 8b9ceb08 authored by hangjun83's avatar hangjun83

乐妍

parent 2d7549ca
......@@ -41,13 +41,9 @@ class LeyanApiService extends PlatformAbstractService
$params['casNo'] = $this->mergeApiMetaData($product);
$uri = $this->platformInfo['platform_url'].'/ProductDate/findProductDataPoolByCatalogNoOrCas';
$response = $this->getPostClient(
$uri, $params,null,
[
'token' => $token,
'content-type' => 'application/json;charset=utf-8'
]
);
$response = $this->getPostClient($uri,$params,null,[
'token' => $token,
],false);
return $this->apiResponse($response);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment