Browse Source

通行流水主动查询请款失败时返回微信请求商户单号

shuiqilin
“shuiqilin” 1 year ago
parent
commit
cc8971fa43

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/service/FssPaccountPayServiceImpl.java View File

@@ -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());
}
}
//扣款成功,需返回微信支付订单号

Loading…
Cancel
Save