Commit 895b12c5 by 孙亚楠

d

parent 3422f478
...@@ -33,7 +33,7 @@ class ActionAPI extends APIBase { ...@@ -33,7 +33,7 @@ class ActionAPI extends APIBase {
let result let result
switch (action_type) { switch (action_type) {
case 'getPage': case 'getPage':
result = await this.productSve.getPage(action_body.page, action_body.limit, result = await this.productSve.getPage(Number(action_body.page), Number(action_body.limit),
action_body.types, action_body.keywords) action_body.types, action_body.keywords)
break break
case 'createOrUpdate': case 'createOrUpdate':
......
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