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

This commit is contained in:
Junling Bu
2018-10-09 16:28:26 +08:00
parent 118e6226e7
commit 3313051c2b

View File

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