Commit fa1ba7d8 by ping.wu

现金支付返回setPaySuccess(false)

parent f80e6cd2
...@@ -199,6 +199,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService { ...@@ -199,6 +199,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService {
createOrderResponseVo.setOid(orderCode); createOrderResponseVo.setOid(orderCode);
createOrderResponseVo.setWxappId(result.getAppId()); createOrderResponseVo.setWxappId(result.getAppId());
createOrderResponseVo.setFmId(response.getData().getFmId()); createOrderResponseVo.setFmId(response.getData().getFmId());
createOrderResponseVo.setPaySuccess(false);
String payOrderDto = response.getData().getPayOrder(); String payOrderDto = response.getData().getPayOrder();
PayOrderDto payOrder = JSONObject.parseObject(payOrderDto,PayOrderDto.class); PayOrderDto payOrder = JSONObject.parseObject(payOrderDto,PayOrderDto.class);
if(payOrder != null){ if(payOrder != null){
......
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