支付订单 延时分账

This commit is contained in:
2023-07-05 13:48:00 +08:00
parent 6e15197f3d
commit ab8dd4c609

View File

@@ -305,7 +305,7 @@ public class OrderService {
// createAdaPaymentParam.setDiv_members(jsonArray.toString());
// }
// 延分账
// 延分账
createAdaPaymentParam.setPay_mode("delay");
try {
log.info("创建汇付支付参数:{}", JSONObject.toJSONString(createAdaPaymentParam));