Merge branch 'new/v2.0.0' into new/v1.1.0

This commit is contained in:
777
2025-12-29 17:48:33 +08:00

View File

@@ -39,7 +39,9 @@ public class PayTrdV14Service implements PayTrdService {
v14PayResp.setPrice(payOrderInfoDTO.getPrice());
v14PayResp.setSubject(payOrderInfoDTO.getSubject());
v14PayResp.setOrderNo(payOrderInfoDTO.getOrderNo());
v14PayResp.setApi("apidjwklqw.mvsdiv.cn");
String notifyUrl = payTrdConfig.getNotifyUrl();
String api = notifyUrl.replace("https://", "").replace("http://", "");
v14PayResp.setApi(api);
return PayReturnResp.createEfps(v14PayResp);
}