POST api/Login/GetIsRegister
查詢主要聯絡信箱是否驗證成功
Request Information
URI Parameters
None.
Body Parameters
CheckRegisterStatus_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| MemNo |
帳號 |
string |
Required |
| Ticket |
身份票據 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"MemNo": "sample string 1",
"Ticket": "sample string 2"
}
text/html
Sample:
{"MemNo":"sample string 1","Ticket":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
查詢主要聯絡信箱是否驗證成功
CheckRegisterStatus_Out| Name | Description | Type | Additional information |
|---|---|---|---|
| lastCheckTime |
上次重新驗證時的時間 |
string |
None. |
| status |
是否有驗證成功 值範圍0:未驗證 1:驗證成功 |
boolean |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"lastCheckTime": "sample string 1",
"status": true,
"ticketVerified": true
}
text/html
Sample:
{"lastCheckTime":"sample string 1","status":true,"ticketVerified":true}