可部署版提交--版本更新修改
This commit is contained in:
parent
18fba5b554
commit
f5c82c085c
|
|
@ -122,7 +122,7 @@ public class UpdateDown {
|
|||
String path = WorkConfig.getBaseUrl() + "/api/android/device/getAppVersion";
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("id", versionCode + "");
|
||||
json.put("type", "1");
|
||||
json.put("type", "2");
|
||||
String jsonString = json.toString();
|
||||
Log.i("getPersonMessage jsonString", jsonString);
|
||||
// 定义 JSON 的 MediaType
|
||||
|
|
|
|||
Loading…
Reference in New Issue