Commit 52c0f60d authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx-api]: 团购参数调整

parent 425bac72
...@@ -274,8 +274,8 @@ public class WxGrouponController { ...@@ -274,8 +274,8 @@ public class WxGrouponController {
} }
Map<String, Object> result = new HashMap<>(); Map<String, Object> result = new HashMap<>();
result.put("count", grouponVoList.size()); result.put("total", grouponVoList.size());
result.put("data", grouponVoList); result.put("list", grouponVoList);
return ResponseUtil.ok(result); return ResponseUtil.ok(result);
} }
......
Supports Markdown
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