获取用户付款日志集合
URL地址:api/App/PayLog/GetPayLog
请求方式:GET
传递参数
None.
传递对象
PayLogQuery (检索条件对象)名 称 | 描 述 | 参数类型 | 附加信息 |
---|---|---|---|
IdQuery |
编号 |
integer |
None. |
UidQuery |
用户ID |
integer |
None. |
UNameQuery |
用户名 |
string |
None. |
WxNameQuery |
微信昵称 |
string |
None. |
OpenIdQuery |
微信服务器返回的唯一标识 |
string |
None. |
TypeQuery |
操作类型 |
integer |
None. |
TransactionIdQuery |
微信订单号 |
string |
None. |
OutTradeNoQuery |
商户订单号 |
string |
None. |
OutRefundNoQuery |
商户退款单号 |
string |
None. |
RefundIdQuery |
微信退款单号 |
string |
None. |
RefundFeeQuery |
退款金额 |
decimal number |
None. |
TotalFeeQuery |
订单金额 |
decimal number |
None. |
RemarkQuery |
备注 |
string |
None. |
ReTimeQuery |
录入时间 |
date |
None. |
application/json, text/json
Sample:
{ "IdQuery": 1, "UidQuery": 2, "UNameQuery": "sample string 3", "WxNameQuery": "sample string 4", "OpenIdQuery": "sample string 5", "TypeQuery": 6, "TransactionIdQuery": "sample string 7", "OutTradeNoQuery": "sample string 8", "OutRefundNoQuery": "sample string 9", "RefundIdQuery": "sample string 10", "RefundFeeQuery": 11.0, "TotalFeeQuery": 12.0, "RemarkQuery": "sample string 13", "ReTimeQuery": "2021-03-07T16:44:38.0928791+08:00" }
application/xml, text/xml
Sample:
<PayLogQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeChat.Api.Models"> <IdQuery>1</IdQuery> <OpenIdQuery>sample string 5</OpenIdQuery> <OutRefundNoQuery>sample string 9</OutRefundNoQuery> <OutTradeNoQuery>sample string 8</OutTradeNoQuery> <ReTimeQuery>2021-03-07T16:44:38.0928791+08:00</ReTimeQuery> <RefundFeeQuery>11</RefundFeeQuery> <RefundIdQuery>sample string 10</RefundIdQuery> <RemarkQuery>sample string 13</RemarkQuery> <TotalFeeQuery>12</TotalFeeQuery> <TransactionIdQuery>sample string 7</TransactionIdQuery> <TypeQuery>6</TypeQuery> <UNameQuery>sample string 3</UNameQuery> <UidQuery>2</UidQuery> <WxNameQuery>sample string 4</WxNameQuery> </PayLogQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
返回对象
HttpResultMessageOfIListOfPayLogEntity (用户付款日志集合)名 称 | 描 述 | 参数类型 | 附加信息 |
---|---|---|---|
StatusCode | HttpStatusCode |
None. |
|
Errors | Dictionary of string [key] and string [value] |
None. |
|
Msg | string |
None. |
|
message | string |
None. |
|
Result | Collection of PayLogEntity |
None. |
返回对象格式
application/json, text/json
Sample:
{ "StatusCode": 100, "Errors": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Msg": "sample string 1", "message": "sample string 2", "Result": [ { "Id": 1, "Uid": 2, "UName": "sample string 3", "WxName": "sample string 4", "OpenId": "sample string 5", "Type": 6, "TransactionId": "sample string 7", "OutTradeNo": "sample string 8", "OutRefundNo": "sample string 9", "RefundId": "sample string 10", "RefundFee": 11.0, "TotalFee": 12.0, "Remark": "sample string 13", "ReTime": "2021-03-07T16:44:38.1084786+08:00", "RefundTime": "2021-03-07T16:44:38.1084786+08:00" }, { "Id": 1, "Uid": 2, "UName": "sample string 3", "WxName": "sample string 4", "OpenId": "sample string 5", "Type": 6, "TransactionId": "sample string 7", "OutTradeNo": "sample string 8", "OutRefundNo": "sample string 9", "RefundId": "sample string 10", "RefundFee": 11.0, "TotalFee": 12.0, "Remark": "sample string 13", "ReTime": "2021-03-07T16:44:38.1084786+08:00", "RefundTime": "2021-03-07T16:44:38.1084786+08:00" } ] }
application/xml, text/xml
Sample:
<HttpResultMessageOfArrayOfPayLogEntityj2mLa_SCg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeChat.Api.Models"> <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </Errors> <Msg>sample string 1</Msg> <Result> <PayLogEntity> <Id>1</Id> <OpenId>sample string 5</OpenId> <OutRefundNo>sample string 9</OutRefundNo> <OutTradeNo>sample string 8</OutTradeNo> <ReTime>2021-03-07T16:44:38.1084786+08:00</ReTime> <RefundFee>11</RefundFee> <RefundId>sample string 10</RefundId> <RefundTime>2021-03-07T16:44:38.1084786+08:00</RefundTime> <Remark>sample string 13</Remark> <TotalFee>12</TotalFee> <TransactionId>sample string 7</TransactionId> <Type>6</Type> <UName>sample string 3</UName> <Uid>2</Uid> <WxName>sample string 4</WxName> </PayLogEntity> <PayLogEntity> <Id>1</Id> <OpenId>sample string 5</OpenId> <OutRefundNo>sample string 9</OutRefundNo> <OutTradeNo>sample string 8</OutTradeNo> <ReTime>2021-03-07T16:44:38.1084786+08:00</ReTime> <RefundFee>11</RefundFee> <RefundId>sample string 10</RefundId> <RefundTime>2021-03-07T16:44:38.1084786+08:00</RefundTime> <Remark>sample string 13</Remark> <TotalFee>12</TotalFee> <TransactionId>sample string 7</TransactionId> <Type>6</Type> <UName>sample string 3</UName> <Uid>2</Uid> <WxName>sample string 4</WxName> </PayLogEntity> </Result> <StatusCode>Continue</StatusCode> <message>sample string 2</message> </HttpResultMessageOfArrayOfPayLogEntityj2mLa_SCg>