Compare commits
3 Commits
22b2286bf2
...
b65a445a15
| Author | SHA1 | Date |
|---|---|---|
|
|
b65a445a15 | |
|
|
0af622ad02 | |
|
|
07c69f55ca |
|
|
@ -90,11 +90,9 @@ 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);
|
||||
}
|
||||
|
||||
input.put("ver", version_name);
|
||||
|
||||
String infno = String.valueOf(type);
|
||||
JSONObject result = null;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue