Compare commits

...

3 Commits

Author SHA1 Message Date
佟明轩 b65a445a15 新疆部署初始版本 2025-05-29 15:46:30 +08:00
佟明轩 0af622ad02 新疆部署初始版本 2025-05-29 15:46:12 +08:00
佟明轩 07c69f55ca 新疆部署初始版本 2025-05-29 15:45:54 +08:00
1 changed files with 3 additions and 5 deletions

View File

@ -90,11 +90,9 @@ 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<>();
if (1306==type){
input.put("infver", "V1.0"); input.put("ver", version_name);
}else {
input.put("ver", version_name);
}
String infno = String.valueOf(type); String infno = String.valueOf(type);
JSONObject result = null; JSONObject result = null;
try { try {