🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
**1.接口地址**:http://api.zishahui.vip/admin-user/search-user **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | key |是 | string| 关键字| |limit| 否|int|偏移量| |page| 否|int|页码| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| *******成功示列******* { "code": 1, "msg": "返回成功", "data": [ { "id": "179", "nick_name": "用户17944914705", "icon_path": "https://zishacloud.oss-cn-hangzhou.aliyuncs.com/pic/App/unknow/20181024/db211c6b9f68c5781281834b3352c6d6.jpg" }, { "id": "10054", "nick_name": "用户1005470337062", "icon_path": null }, { "id": "10056", "nick_name": "用户1005638888182", "icon_path": null } ], "has_next": false } *******失败示列******* { "code": -1, "msg": "删除失败", "data": [] }