POST api/Login/revokeAccount

會員註銷

Request Information

URI Parameters

None.

Body Parameters

revokeAccount_Input
NameDescriptionTypeAdditional information
Ticket

身份票據

string

Required

userId

使用者帳號

string

Required

platformType

0、Null 1、網站 2、Apple 3、Android

WebPlatform

None.

Request Formats

application/json, text/json

Sample:
{
  "Ticket": "sample string 1",
  "userId": "sample string 2",
  "platformType": 0
}

text/html

Sample:
{"Ticket":"sample string 1","userId":"sample string 2","platformType":0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

會員註銷

revokeAccount_Output
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

status

登入狀態(0:系統錯誤 1:成功)

integer

None.

msg

消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true,
  "status": 2,
  "msg": "sample string 3"
}

text/html

Sample:
{"ticketVerified":true,"status":2,"msg":"sample string 3"}