login-related/logout

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

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID

Request Example

 {
  "type": 81
 }

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark