POST Captcha/CheckCaptcha
Request Information
URI Parameters
None.
Body Parameters
CheckCaptchaFormName | Description | Type | Additional information |
---|---|---|---|
key | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "key": "sample string 1" }
Response Information
Resource Description
CapthaResponseName | Description | Type | Additional information |
---|---|---|---|
result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": true }