Commit db73c39f authored by hangjun83's avatar hangjun83

openapi

parent eefa0cc7
......@@ -21,7 +21,7 @@ class InteglePlatformService extends PlatformAbstractService
/**
* 批量更新产品到integle平台
*/
public function batchUpdateProducts()
public function batchUpdateProducts($params = null)
{
$status = $this->checkApiPlatformStatus($this->platformName);
if($status){
......
......@@ -31,7 +31,7 @@ class WuxiLabService extends PlatformAbstractService
/**
* 批量更新商品
*/
public function batchUpdateProducts()
public function batchUpdateProducts($params = null)
{
$status = $this->checkApiPlatformStatus($this->platformName);
if($status){
......
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