POST api/Login/Captcha
註冊驗證碼
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
註冊驗證碼
Captcha_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| imageUrl |
驗證碼圖片網址 |
string |
None. |
| code |
驗證碼 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"imageUrl": "sample string 1",
"code": "sample string 2"
}
text/html
Sample:
{"imageUrl":"sample string 1","code":"sample string 2"}