Explorar el Código

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

shuiqilin
“shuiqilin” hace 1 año
padre
commit
cc8971fa43

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/service/FssPaccountPayServiceImpl.java Ver fichero

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

Cargando…
Cancelar
Guardar