URL: http://xxxpay/getApiRedPacketStatus (外部三方自己提供)
Type: POST
Author: shangpan
Content-Type: application/json; charset=utf-8
Description: 查询红包状态API, 查询付款状态
Body-parameters:
Parameter | Type | Required | Description |
---|---|---|---|
privateKey | string | false | 私钥 |
certKey | string | false | certKey |
wxAppId | string | true | wxAppId |
mchId | string | true | mchId |
apiSecretKey | string | false | apiSecretKey |
mchBillno | string | true | mchBillno |
tradeRecordId | int64 | true | lottery库t_player_red_packet_record表主键ID |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
returnCode | string | No comments found. | - |
returnMsg | string | No comments found. | - |
resultCode | string | No comments found. | - |
errCode | string | No comments found. | - |
errCodeDes | string | No comments found. | - |
mchBillno | string | No comments found. | - |
mchId | string | No comments found. | - |
detailId | string | No comments found. | - |
status | string | No comments found. | - |
sendType | string | No comments found. | - |
hbType | string | No comments found. | - |
totalNum | string | No comments found. | - |
totalAmount | string | No comments found. | - |
reason | string | No comments found. | - |
sendTime | string | No comments found. | - |
refundTime | string | No comments found. | - |
refundAmount | string | No comments found. | - |
wishing | string | No comments found. | - |
remark | string | No comments found. | - |
actName | string | No comments found. | - |
partnerTradeNo | string | 商户使用查询API填写的单号的原路返回. String(32) | - |
appid | string | 商户号的appid. String(128) | - |
openid | string | 转账的openid. String(64) | - |
paymentAmount | string | 付款金额单位为“分”. int | - |
transferTime | string | 发起转账的时间. String(32) | - |
paymentTime | string | 付款成功时间. String(32) | - |
desc | string | 付款备注. String(100) | - |
transferName | string | 收款用户姓名,否. String(64) | - |