Commit cdcc6ff1 by 王昆

Merge branch 'xgg-admin-dev' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-admin-dev

parents 428e8e08 8a931af4
...@@ -209,6 +209,17 @@ ...@@ -209,6 +209,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