Commit 90d2c2fb authored by hangjun83's avatar hangjun83

药明康德更新

parent 8fbbe0b5
...@@ -166,6 +166,9 @@ class WuxiLabService ...@@ -166,6 +166,9 @@ class WuxiLabService
} }
} }
/**
* 批量更新新的商品
*/
public function batchUploadNewProducts() public function batchUploadNewProducts()
{ {
$storeEntries = $this->apiService->getPlatformDataEntries('wuxiLab_not_exist_products','data_values'); $storeEntries = $this->apiService->getPlatformDataEntries('wuxiLab_not_exist_products','data_values');
...@@ -192,7 +195,7 @@ class WuxiLabService ...@@ -192,7 +195,7 @@ class WuxiLabService
} }
/** /**
* @批量后台请求更新规格 * @批量后台请求更新商品规格
* @param null $params * @param null $params
*/ */
public function batchUpdatePackagesInfo($params = null) public function batchUpdatePackagesInfo($params = null)
...@@ -363,6 +366,9 @@ class WuxiLabService ...@@ -363,6 +366,9 @@ class WuxiLabService
} }
} }
/**
* 批量更新商品包装
*/
public function batchUploadPackages() public function batchUploadPackages()
{ {
$storeEntries = []; $storeEntries = [];
......
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