http://127.0.0.1:8888/api/
Parameter Name | Required | Parameter Type | Description |
---|---|---|---|
type | Yes | int | API ID |
{
"type": 28
}
{
"data": {
"status": 0,
"desc": "",
"data": {
"alias": "微信号",
"bigHeadImgUrl": "头像",
"nickName": "微信名",
"signature": "微信签名",
"userName": "wxid_xxxxx" #微信唯一id
}
}
}
Parameter Name | Parameter Type | Description |
---|---|---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |