Commit 3313051c authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx-api]: 下单地址校验

parent 118e6226
......@@ -315,6 +315,9 @@ public class WxOrderController {
// 收货地址
LitemallAddress checkedAddress = addressService.findById(addressId);
if(checkedAddress == null){
return ResponseUtil.badArgument();
}
// 获取可用的优惠券信息
// 使用优惠券减免的金额
......
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