fix:修复区域问题

This commit is contained in:
2024-06-18 18:20:29 +08:00
parent 87dca36386
commit daa1a8a64e

View File

@@ -50,8 +50,6 @@ public class AcsUtil {
throw new BadRequestException("未查询到区域对应的acs地址");
}
String url =acs_url + api;
//String url ="10.1.3.96:8011/"+ api;
//String url ="10.21.1.196:8011/"+ api;
try {
JSONArray rows = new JSONArray();
rows.add(jo);