Update RefundCertificateManager.java

This commit is contained in:
moon 2026-05-06 15:55:09 +06:30
parent 2c8b95742e
commit 993892bcdb

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