v1.0.0 (2026-08-15 18:56)
Logout
This API destroys the current user's login session and clears related status. The underlying logic will retain the user's interface language setting and human verification status into a newly allocated guest session. It clears last_session_id in the database to prevent dirty data.
API Details
- URL:
/client/member/logout - Method:
POST - Content-Type:
application/jsonormultipart/form-data - Authentication: Bearer Token (A valid
Authorization: Bearer <token>must be passed in the Header)
Headers
| Parameter | Required | Type | Description |
|---|---|---|---|
| Authorization | Yes | String | Bearer Token, obtained via the Member Login API |
Request Parameters
None
Response Example
json
{
"code": 0,
"msg": "Logout successful",
"data": {}
}