Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
52c0f60d
Commit
52c0f60d
authored
Dec 02, 2019
by
Junling Bu
Browse files
fix[litemall-wx-api]: 团购参数调整
parent
425bac72
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxGrouponController.java
View file @
52c0f60d
...
...
@@ -274,8 +274,8 @@ public class WxGrouponController {
}
Map
<
String
,
Object
>
result
=
new
HashMap
<>();
result
.
put
(
"
count
"
,
grouponVoList
.
size
());
result
.
put
(
"
data
"
,
grouponVoList
);
result
.
put
(
"
total
"
,
grouponVoList
.
size
());
result
.
put
(
"
list
"
,
grouponVoList
);
return
ResponseUtil
.
ok
(
result
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment