Commit 356c858d authored by 赵啸非's avatar 赵啸非

修改网关日志

parent deb8a55d
...@@ -5864,13 +5864,15 @@ msg|String|消息|- ...@@ -5864,13 +5864,15 @@ msg|String|消息|-
---|---|---|---|--- ---|---|---|---|---
page|Integer|当前页|否|- page|Integer|当前页|否|-
size|Integer|每页条数|否|- size|Integer|每页条数|否|-
idList|Arrays|窗口id列表|否|-
**请求样例:** **请求样例:**
``` ```
{ {
"page":1, "page":1,
"size":10 "size":10,
"idList":[1,2]
} }
``` ```
......
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