Explorar o código

途宝报单新需求 09点09分

wangzhuo hai 1 ano
pai
achega
07e915ce56

+ 3 - 1
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/OrderBillsPlansServiceImpl.java

@@ -180,7 +180,9 @@ public class OrderBillsPlansServiceImpl implements IOrderBillsPlansService {
 
             String serverName = request.getServerName();
             int serverPort = request.getServerPort();
-            String url = "http://" + serverName + ":" + serverPort + "/attachmngs/img/" + attachId;
+            String url = "https://yd.echepei.com/prod-api/attachmngs/img/" + attachId;
+//            String url = "http://" + serverName + ":" + serverPort + "/attachmngs/img/" + attachId;
+
             imgVo.setUrl(url);
 
             fileList1.add(imgVo);