可部署版提交--版本更新修改

This commit is contained in:
jjLv 2025-05-06 17:49:24 +08:00
parent 18fba5b554
commit f5c82c085c
1 changed files with 1 additions and 1 deletions

View File

@ -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