🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 示例 ~~~[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" } ~~~