Description
- Logging out of WeChat triggers the logout event notification as expected.
- Kindly be informed that upon calling the logout interface, the current WeChat session will terminate, initiating the launch of an entirely new client (this holds true even for standard logouts). Any previously configured port and PID will no longer be accessible.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
| Parameter Name | Required | Parameter Type | Description |
|---|
| type | Yes | int | API ID |
Request Example
{
"type": 81
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
| Parameter Name | Parameter Type | Description |
|---|
| error_code | int | Error code |
| description | string | Error Description |
| data | json | Business data |