文档
测试

退出登录

POST
http://localhost:8889/rlg/user/log_out

接口描述

退出登录,注销用户信息

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功示例

{ "status": 200, "msg": "退出成功" }