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
3313051c
Commit
3313051c
authored
Oct 09, 2018
by
Junling Bu
Browse files
fix[litemall-wx-api]: 下单地址校验
parent
118e6226
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxOrderController.java
View file @
3313051c
...
...
@@ -315,6 +315,9 @@ public class WxOrderController {
// 收货地址
LitemallAddress
checkedAddress
=
addressService
.
findById
(
addressId
);
if
(
checkedAddress
==
null
){
return
ResponseUtil
.
badArgument
();
}
// 获取可用的优惠券信息
// 使用优惠券减免的金额
...
...
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