POST api/User/ForceBinding

强行绑定设备,检测到该设备被其他人绑定后,调用此方法。 可以解绑其他人同时绑定当前用户

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

Response Information

Resource Description

强行绑定设备,检测到该设备被其他人绑定后,调用此方法。 可以解绑其他人同时绑定当前用户

CommonOutDtoOfString
NameDescriptionTypeAdditional information
code

CommonOutCode

None.

data

string

None.

message

string

None.

Response Formats

application/json, text/json

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