Commit 4c0da197 authored by 赵啸非's avatar 赵啸非

添加申请页面抓取

parent ba4df9bd
...@@ -35,9 +35,9 @@ public class AppDatasetVo extends BaseEntityLong { ...@@ -35,9 +35,9 @@ public class AppDatasetVo extends BaseEntityLong {
private List<Long> idList; private List<Long> idList;
/** OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4) */ /** OR条件集合,列表项之间是OR,项内容之间是AND,如:(list[0].1 and list[0].2) or (list[1].3 and list[1].4) */
private List<AppDatasetQuery> orConditionList; private List<AppDatasetEntity> orConditionList;
/** AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4) */ /** AND条件集合,列表项之间是AND,项内容之间是OR,如:(list[0].1 or list[0].2) and (list[1].3 or list[1].4) */
private List<AppDatasetQuery> andConditionList; private List<AppDatasetEntity> andConditionList;
} }
\ No newline at end of file
...@@ -15,7 +15,6 @@ client.global.set("authToken", JSON.parse(response.body).data.token); ...@@ -15,7 +15,6 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###自助终端应用数据集列表 ###自助终端应用数据集列表
POST {{baseUrl}}/app/dataset/list POST {{baseUrl}}/app/dataset/list
Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
...@@ -28,7 +27,6 @@ Content-Type: application/json ...@@ -28,7 +27,6 @@ Content-Type: application/json
###自助终端应用数据集列表1 ###自助终端应用数据集列表1
POST {{baseUrl}}/app/dataset/list POST {{baseUrl}}/app/dataset/list
Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment