Commit 14487efc authored by 赵啸非's avatar 赵啸非

添加站点更新日志

parent 3ac6abce
......@@ -5572,6 +5572,10 @@ deptAbb|String|部门简称|否|-
deptNumber|String|部门编号|否|-
filter|Integer|是否过滤没有事项的部门(0.否,1.是)|否|-
isBkb|Integer|背靠背展示 (0.否,1.是)|否|-
orderColList| arrays |否|排序列表字段
 | object |否|排序列表对象
  colName| String |否|排序列名
  sortKind| String |否|排序方式(asc:升序,desc:降序,默认升序)
**请求样例:**
......@@ -5582,7 +5586,8 @@ isBkb|Integer|背靠背展示 (0.否,1.是)|否|-
"deptAbb":"lk7pnx",
"deptNumber":"jjfxah",
"page":1,
"size":10
"size":10,
"orderColList":["colName":"sort","sortKind":"desc",]
}
```
......
......@@ -108,4 +108,12 @@ Content-Type: application/json
}
###根据站点获取子站点列表
POST {{baseUrl}}/site/getFlatSitesBySiteId
Content-Type: application/json
{
"id":1
}
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