Commit a0b4fade by 王昆

gsb

parent 8355b4c7
...@@ -59,13 +59,13 @@ class ActionAPI extends APIBase { ...@@ -59,13 +59,13 @@ class ActionAPI extends APIBase {
return system.getResult(null, 'id列表不能为空') return system.getResult(null, 'id列表不能为空')
} }
result = await this.productSve.getByIds(action_body.ids) result = await this.productSve.getByIds(action_body.ids)
break break;
case 'getItems': case 'getItems':
result = await this.productSve.getItems(action_body.id) result = await this.productSve.getItems(action_body.id)
break break;
case 'apiList': case 'apiList':
result = await this.productSve.apiList(action_body) result = await this.productSve.apiList(action_body);
break break;
case 'apiMap': case 'apiMap':
result = await this.productSve.apiMap(action_body); result = await this.productSve.apiMap(action_body);
break; break;
......
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