POST api/Member/Login/Out

退出登录解绑当前登录设备(说明:App端接口,新增需求)

Request Information

URI Parameters

None.

Body Parameters

参数列表

API_MemberLoginOut
NameDescriptionTypeAdditional information
UserOpenId

用户OpenId

string

None.

DeviceCode

设备码

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserOpenId": "sample string 1",
  "DeviceCode": "sample string 2"
}

Response Information

Resource Description

返状态码: 404:当前用户设备号不存在... 。400:退出失败... 。200:退出成功... 。

ActionResult
NameDescriptionTypeAdditional information
status

公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。

integer

None.

msg

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "msg": "sample string 2"
}