opt: 修改自动更新路径
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user