新疆部署初始版本

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

View File

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