POST api/admin/exit

【管理员】 退出登录

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

【管理员】 退出登录

MyResponse
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": {}
}