Update RefundCertificateManager.java

This commit is contained in:
MooN 2026-01-29 13:39:59 +06:30
parent f6067f8de6
commit 77d1050021

View File

@ -42,8 +42,8 @@ public class RefundCertificateManager {
return; return;
}; };
// String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local
String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod // String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod
String certUrl = SystemParamsOperation.getInstance().getCertificateUrl(); String certUrl = SystemParamsOperation.getInstance().getCertificateUrl();
String clientCertUrl = SystemParamsOperation.getInstance().getCertificateClientUrl(); String clientCertUrl = SystemParamsOperation.getInstance().getCertificateClientUrl();