Commit cae3efeb authored by 赵啸非's avatar 赵啸非

添加申请页面抓取

parent e8978962
...@@ -3,9 +3,9 @@ POST {{baseUrl}}/login/login ...@@ -3,9 +3,9 @@ POST {{baseUrl}}/login/login
Content-Type: application/json Content-Type: application/json
{ {
"loginName":"admin", "loginName": "admin",
"password":"admin", "password": "admin",
"securityCode":"8888" "securityCode": "8888"
} }
> {% > {%
...@@ -19,11 +19,28 @@ Authorization: {{authToken}} ...@@ -19,11 +19,28 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"appId":20, "appId": 20,
"fieldName": "标题", "fieldName": "标题",
"fieldValue": "管理办法", "fieldValue": "管理办法",
"page":1, "page": 1,
"size":10 "size": 10
}
###自助终端应用数据集列表1
POST {{baseUrl}}/app/dataset/list
Authorization: {{authToken}}
Content-Type: application/json
{
"appId": 20,
"andConditionList": [
{
"fieldName": "制定机关",
"fieldValue": "%四川省人民政府%"
}
],
"page": 1,
"size": 10
} }
...@@ -33,8 +50,8 @@ Authorization: {{authToken}} ...@@ -33,8 +50,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"appId":1, "appId": 1,
"appInfoFieldList":[ "appInfoFieldList": [
{ {
"fieldCode": "title5", "fieldCode": "title5",
"fieldName": "标题5", "fieldName": "标题5",
...@@ -60,7 +77,6 @@ Content-Type: application/json ...@@ -60,7 +77,6 @@ Content-Type: application/json
"remark": "22222222222222" "remark": "22222222222222"
} }
] ]
} }
> {% > {%
......
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