Commit 9f43cf4d authored by hj's avatar hj

更新提交

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