Commit 6a342a3e by 任晓松

update

parent 2b6ee36c
...@@ -130,7 +130,7 @@ class utils360Sve extends AppServiceBase { ...@@ -130,7 +130,7 @@ class utils360Sve extends AppServiceBase {
return system.getResultFail(-1, 'itemCode 不能为空!') return system.getResultFail(-1, 'itemCode 不能为空!')
} }
let params = actionBody.itemCode.join(','); let params = actionBody.itemCode.join(',');
let url = settings.requestUrl360() + `/api/v1/eshop/GetGoodsLowestPrice?sku_ids=${params}`; let url = settings.requestUrl360() + `api/v1/eshop/GetGoodsLowestPrice?sku_ids=${params}`;
let rtn = await this.restClient.execGet("",url); let rtn = await this.restClient.execGet("",url);
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
return system.getResult(null, "restGet data is empty"); return system.getResult(null, "restGet data is empty");
......
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