Commit a0b4fade by 王昆

gsb

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