Commit 8b9ceb08 authored by hangjun83's avatar hangjun83

乐妍

parent 2d7549ca
...@@ -41,13 +41,9 @@ class LeyanApiService extends PlatformAbstractService ...@@ -41,13 +41,9 @@ class LeyanApiService extends PlatformAbstractService
$params['casNo'] = $this->mergeApiMetaData($product); $params['casNo'] = $this->mergeApiMetaData($product);
$uri = $this->platformInfo['platform_url'].'/ProductDate/findProductDataPoolByCatalogNoOrCas'; $uri = $this->platformInfo['platform_url'].'/ProductDate/findProductDataPoolByCatalogNoOrCas';
$response = $this->getPostClient( $response = $this->getPostClient($uri,$params,null,[
$uri, $params,null, 'token' => $token,
[ ],false);
'token' => $token,
'content-type' => 'application/json;charset=utf-8'
]
);
return $this->apiResponse($response); 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