POST api/WXPay/OrderQuery
Request Information
URI Parameters
None.
Body Parameters
OrderQueryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WXPayBaseModel | WXPayBaseModel |
None. |
|
| OutTradeNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WXPayBaseModel": {
"AppDomain": "sample string 1",
"WX_AppId": "sample string 2",
"WX_MchId": "sample string 3",
"WX_Key": "sample string 4"
},
"OutTradeNo": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| State | ResultState |
None. |
|
| Data | Object |
None. |
|
| RetData | Object |
None. |
|
| Code | integer |
None. |
|
| Exception | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"State": 0,
"Data": {},
"RetData": {},
"Code": 4,
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}