Commit 8a931af4 by 孙亚楠

完善文档

parent 1beea8ba
...@@ -205,6 +205,17 @@ ...@@ -205,6 +205,17 @@
{ {
"xxx": "", // 查询字段回头再说 "xxx": "", // 查询字段回头再说
"currentPage":1, //当前页
"pageSize":10, //每页条数
"saas_id":xxx, //saas ID 非必传
"ucname":"xxx", //用户名 非必传
"mobile":"",//电话 非必传
"realName":"",//姓名 非必传
"uctype":1, //类型 1平台 2 商户 3 交付商 4 个人 非必传
"createBegin":xxx, //开始时间 非必传
"createEnd":xx, //结束时间 非必传
"isEnabled":1, //是否可用 0不可用 1 可用 非必传
"orgpath":"/root/xxx",//路径 非必传
} }
``` ```
......
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