文档
测试

获取所有设备

POST
/wechat/query

请求参数

application/json
参数名
类型
描述
必填
wxId
string
设备微信ID
可选
status
int
设备状态
可选
current
int
当前页,默认 1
可选
size
int
每页大小,默认 10
可选

说明 / 示例

```json { "status": 200, "msg": "SUCCESS", "data": { "records": [ { "id": 1, "createTime": "2022-07-15 10:06:22", "updateTime": "2022-08-23 13:50:38", "clientId": 1, "wxid": "wxid_hw06xmqs02rs22", "nickname": "Leslie", "avatar": "http://wx.qlogo.cn/mmhead/ver_1/qw8JzhJKE9fibo7P3TBw4NzOvwen4e0ymu80JG98jiaYG5D7eg4KNAYor4Q4mkQvRXxMocCjNnhwcfiaz985ThEjBUdmicchjKrr7WgcjbH9v40/0", "phone": "17135613946", "status": 1, "qrCode": "", "pid": 15260, "lastLoginTime": "2022-08-23 13:50:37" } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 }, "success": true } ```