文档
测试

获取微信详情

GET
/manager/wxclient/query/{id}

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:SUCCESS
必填
data
object
数据字典
必填
id
int
示例:2
必填
createTime
string
示例:2021-04-26 02:54:33
必填
updateTime
string
示例:2021-04-27 02:23:33
必填
loginName
string
示例:0084522388358
必填
password
string
示例:muypf82414
必填
code62
string
示例:62706c6973743030d4010203040506090a582476657273696f6e58246f626a65637473592461726368697665725424746f7012000186a0a2070855246e756c6c5f102032326531623938336236613937633936333264613566326465663063346633375f100f4e534b657965644172636869766572d10b0c54726f6f74800108111a232d32373a406375787d0000000000000101000000000000000d0000000000000000000000000000007f
必填
wxId
string
示例:wxid_nldn9xmlbr2o12
必填
host
string
示例:http://172.16.0.118:8100
必填
loginType
int
示例:0
必填
protoVer
int
示例:2
必填
isReboot
int
示例:1
必填
result
string
示例:断线重连失败
必填
status
int
示例:1
必填
success
boolean
示例:true
必填

说明 / 示例

```json { "status": 200, "msg": "SUCCESS", "data": { "id": 2, "createTime": "2021-04-26 02:54:33", "updateTime": "2021-04-27 02:23:33", "loginName": "0084522388358", "password": "muypf82414", "code62": "62706c6973743030d4010203040506090a582476657273696f6e58246f626a65637473592461726368697665725424746f7012000186a0a2070855246e756c6c5f102032326531623938336236613937633936333264613566326465663063346633375f100f4e534b657965644172636869766572d10b0c54726f6f74800108111a232d32373a406375787d0000000000000101000000000000000d0000000000000000000000000000007f", "wxId": "wxid_nldn9xmlbr2o12", "host": "http://172.16.0.118:8100", "loginType": 0, "protoVer": 2, "isReboot": 1, "result": "断线重连失败", "status": 1 }, "success": true } ```