新疆部署初始版本
This commit is contained in:
parent
22b2286bf2
commit
07c69f55ca
|
|
@ -90,11 +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<>();
|
||||||
if (1306==type){
|
|
||||||
input.put("infver", "V1.0");
|
|
||||||
}else {
|
|
||||||
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