@@ -225,6 +225,7 @@ public class FssPaccountPayServiceImpl implements FssPaccountPayService { | |||
if (null != payApply) { | |||
response.setPayMsg(StringUtils.isEmpty(payApply.getErrCodeDes()) ? payApply.getResErrCodeDes() : | |||
payApply.getErrCodeDes()); | |||
response.setWxOrderId(payApply.getOutTradeNo()); | |||
} | |||
} | |||
//扣款成功,需返回微信支付订单号 |