mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(tenpayv2): 新增企业微信查询红包记录接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"nonce_str": "5K8264ILTKCH16CQ2502SI8ZNMTM67VS",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
|
||||
"mch_billno": "123456",
|
||||
"mch_id": "10000098",
|
||||
"appid": "wx8888888888888888"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "ok",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
|
||||
"result_code": "SUCCESS",
|
||||
"mch_billno": "123456",
|
||||
"mch_id": "10000098",
|
||||
"detail_id": "43235678654322356",
|
||||
"status": "RECEIVED",
|
||||
"send_type": "API",
|
||||
"total_amount": "5000",
|
||||
"reason": "余额不足",
|
||||
"send_time": "2017-07-20 22:45:12",
|
||||
"wishing": "新年快乐",
|
||||
"remark": "新年红包",
|
||||
"act_name": "新年红包",
|
||||
"openid": "ohO4GtzOAAYMp2yapORH3dQB3W18",
|
||||
"amount": "100",
|
||||
"rcv_time": "2017-07-20 22:46:59",
|
||||
"sender_name": "XX活动",
|
||||
"sender_header_media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0"
|
||||
}
|
||||
Reference in New Issue
Block a user