POST sb-api/Captcha?signal={signal}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
chaptchaReq | No documentation available. |
Define this parameter in the request body. |
signal | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "id": "sample string 1", "comregnokey": "sample string 2", "nonce": "sample string 3", "appId": "sample string 4" }
application/xml, text/xml
Sample:
<CaptchaRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BizOn.Biz.Model.Common.Captcha"> <appId>sample string 4</appId> <comregnokey>sample string 2</comregnokey> <id>sample string 1</id> <nonce>sample string 3</nonce> </CaptchaRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "hashSeed": "sample string 1", "id": "sample string 2", "numbers": "sample string 3", "salt": "sample string 4", "strSeed": "sample string 5", "resultCode": "sample string 6", "resultMsg": "sample string 7" }
application/xml, text/xml
Sample:
<CaptchResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BizOn.Biz.Model.Common.Captcha"> <hashSeed>sample string 1</hashSeed> <id>sample string 2</id> <numbers>sample string 3</numbers> <resultCode>sample string 6</resultCode> <resultMsg>sample string 7</resultMsg> <salt>sample string 4</salt> <strSeed>sample string 5</strSeed> </CaptchResultModel>