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