POST api/Gzmjpay/BaiDu
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| queryData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"AppID": 1,
"ResultCode": 2,
"ResultMsg": "sample string 3",
"Sign": "sample string 4",
"Content": "sample string 5"
}
application/xml, text/xml
Sample:
<RetmsgBaidu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AppID>1</AppID> <Content>sample string 5</Content> <ResultCode>2</ResultCode> <ResultMsg>sample string 3</ResultMsg> <Sign>sample string 4</Sign> </RetmsgBaidu>