string/object user.logout(array)
这个方法用于用户登出API与使当前认证令牌失效。
string/object user.logout(array)
This method allows to log out of the API and invalidates the current authentication token.
(array)
这个方法接受一个空数组。
(array)
The method accepts an empty array.
(boolean)
如果用户已成功注销,则返回true
。
(boolean)
Returns true
if the user has been logged out successfully.
从API登出。
Log out from the API.
Request:
{
"jsonrpc": "2.0",
"method": "user.logout",
"params": [],
"id": 1,
"auth": "16a46baf181ef9602e1687f3110abf8a"
}
Response:
CUser::login() in frontends/php/include/classes/api/services/CUser.php.