Commit 9f43cf4d authored by hj's avatar hj

更新提交

parent 8fc1518a
...@@ -38,9 +38,7 @@ class WuxiApiNewService extends PlatformAbstractService ...@@ -38,9 +38,7 @@ class WuxiApiNewService extends PlatformAbstractService
{ {
try{ try{
if($this->checkPlatformStatus()){ if($this->checkPlatformStatus()){
$params = []; $params = $this->mergeApiMetaData($product);
$params['chemicalProducts'] = $this->mergeApiMetaData($product);
$response = $this->getPostClient($this->platformInfo['platform_url'].'/api/v2/updateChamical',$params, null, $response = $this->getPostClient($this->platformInfo['platform_url'].'/api/v2/updateChamical',$params, null,
[ [
'authorization' => $this->getAuthHeader() 'authorization' => $this->getAuthHeader()
......
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