登录改造

This commit is contained in:
777
2025-12-26 12:22:37 +08:00
parent 5900fd8778
commit d994034e61

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);
}