opt: 新增筛选条件;
This commit is contained in:
@@ -84,7 +84,7 @@ public class EasOutInBillServiceImpl extends ServiceImpl<EasOutInBillMapper, Eas
|
|||||||
JSONArray jsonArray = new JSONArray();
|
JSONArray jsonArray = new JSONArray();
|
||||||
JSONObject version = new JSONObject();
|
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("url", downloadUrl); // 将下载链接放入JSON对象中
|
||||||
version.put("versionName", "2.0.0");
|
version.put("versionName", "2.0.0");
|
||||||
jsonArray.add(version);
|
jsonArray.add(version);
|
||||||
|
|||||||
Reference in New Issue
Block a user