企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 示例 ~~~[api] post:/ *uid=1#用户ID(int) *pageNum=1#请求页码数(int) *pageSize=10#请求每页条数(int) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": { "pages":{ "totalNum":2, "pageNum":1, "pageSize":10," }, "lists":[ { "uid": 1, "account": "admin", "name": "Super", "gender": 1, "phone": "12345678910", "birthday": "1980-05-24", "email":"super@xinwei.com.cn", "idtype": 1, "idno": "110100100002120212", "address": "北京市海淀区中关村软件园7号楼 信威集团", "role": 1, "usageStatus": 1 } ] } } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~