新疆部署初始版本

This commit is contained in:
佟明轩 2025-05-29 15:45:54 +08:00
parent 22b2286bf2
commit 07c69f55ca
1 changed files with 1 additions and 5 deletions

View File

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