Commit 80791841 by zhiheng.zhang

0元付款添加核销优惠券

parent b7297708
......@@ -328,6 +328,7 @@ public class MallOrderServiceImpl implements MallOrderService {
message.setOpenid(userLoginInfoDto.getOpenId());
message.setPlatform_coupon(0);
message.setMerchant_coupon(0);
message.setSource(PaySuccessSource.OUTSIDE.getSource());
this.paySuccessCallback(message);
return ResponseUtil.success(createOrderResponse);
}
......
Markdown is supported
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