mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(tenpayv2): 新增企业微信企业支付相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"nonce_str": "5K8264ILTKCH16CQ2502SI8ZNMTM67VS",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
|
||||
"mch_billno": "123456",
|
||||
"mch_id": "10000098",
|
||||
"wxappid": "wx8888888888888888",
|
||||
"sender_name": "XX活动",
|
||||
"sender_header_media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0",
|
||||
"re_openid": "oxTWIuGaIt6gTKsQRLau2M0yL16E",
|
||||
"total_amount": "1000",
|
||||
"wishing": "感谢您参加猜灯谜活动,祝您元宵节快乐!",
|
||||
"act_name": "猜灯谜抢红包活动",
|
||||
"remark": "猜越多得越多,快来抢!",
|
||||
"workwx_sign": "99BCDAFF065A4B95628E3DB468A874A8"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "ok",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
|
||||
"result_code": "SUCCESS",
|
||||
"mch_billno": "123456",
|
||||
"mch_id": "10000098",
|
||||
"wxappid": "wx8888888888888888",
|
||||
"re_openid": "oxTWIuGaIt6gTKsQRLau2M0yL16E",
|
||||
"total_amount": "1000",
|
||||
"send_listid": "235785324578098",
|
||||
"sender_name": "XX活动",
|
||||
"sender_header_media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0"
|
||||
}
|
||||
Reference in New Issue
Block a user