POST api/VoidmaintechPay/QueryPayResult?code={code}
查询聚合支付结果
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
订单编号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询聚合支付结果
ResultModelOfResponseEnum| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | ResponseEnum |
None. |
|
| data2 | ResponseEnum |
None. |
|
| count | integer |
None. |
|
| SessionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": 0,
"data2": 0,
"count": 1,
"SessionKey": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultModelOfResponseEnumzcPw6dy0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models.Model"> <SessionKey>sample string 3</SessionKey> <code>1</code> <count>1</count> <data>delSuccess</data> <data2>delSuccess</data2> <msg>sample string 2</msg> </ResultModelOfResponseEnumzcPw6dy0>