新疆部署初始版本
This commit is contained in:
parent
07c69f55ca
commit
0af622ad02
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue