用户登出
开发中
GET
http://localhost:3001/api/logout
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3001/api/logout'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
默认值:
true
示例
{
"success": "true"
}