Commit a472bc8d by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 335c474d 6a342a3e
...@@ -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