Merge branch 'new/v2.0.0' into new/v1.1.0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user