新疆部署初始版本

This commit is contained in:
佟明轩 2025-05-29 15:46:12 +08:00
parent 07c69f55ca
commit 0af622ad02
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class HttpUtil {
} }
public List<String[]> download(String version_name, int type) { public List<String[]> download(String version_name, int type) {
Map<String, Object> input = new HashMap<>(); Map<String, Object> input = new HashMap<>();
input.put("ver", version_name);
String infno = String.valueOf(type); String infno = String.valueOf(type);
JSONObject result = null; JSONObject result = null;
try { try {