Commit 7a1427b9 by 任晓松

修改价格

parent 185027d4
...@@ -40,9 +40,9 @@ class ProductAPI extends WEBBase { ...@@ -40,9 +40,9 @@ class ProductAPI extends WEBBase {
case "getProductRecommend": case "getProductRecommend":
opResult = await this.utilsProductSve.getProductRecommend(pobj,pobj.actionBody); opResult = await this.utilsProductSve.getProductRecommend(pobj,pobj.actionBody);
break; break;
case "updateProductPrice": // case "updateProductPrice":
opResult = await this.utilsProductSve.updateProductPrice(pobj,pobj.actionBody); // opResult = await this.utilsProductSve.updateProductPrice(pobj,pobj.actionBody);
break; // break;
default: default:
opResult = system.getResult(null, "action_type参数错误"); opResult = system.getResult(null, "action_type参数错误");
} }
......
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