opt: 修改自动更新路径

This commit is contained in:
2024-04-28 19:58:04 +08:00
parent e9235a8f3f
commit 0a4018e2df

View File

@@ -78,7 +78,7 @@ public class EasOutInBillServiceImpl extends ServiceImpl<EasOutInBillMapper, Eas
JSONArray jsonArray = new JSONArray();
JSONObject version= new JSONObject();
// 获取静态文件的路径
String downloadUrl = "http://10.10.188.45:8011/app.apk";
String downloadUrl = "http://10.10.188.45:8012/app.apk";
version.put("url", downloadUrl); // 将下载链接放入JSON对象中
version.put("versionName", "1.0.1");
jsonArray.add(version);