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:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"appid": "wxe062425f740c8888",
|
||||
"mch_id": "1900000109",
|
||||
"device_info": "013467007045764",
|
||||
"nonce_str": "3PG2J4ILTKCH16CQ2502SI8ZNMTM67VS",
|
||||
"sign": "C97BDBACF37622775366F38B629F45E3",
|
||||
"partner_trade_no": "100000982017072019616",
|
||||
"openid": "ohO4Gt7wVPxIT1A9GjFaMYMiZY1s",
|
||||
"check_name": "NO_CHECK",
|
||||
"re_user_name": "张三",
|
||||
"amount": "100",
|
||||
"desc": "六月出差报销费用",
|
||||
"spbill_create_ip": "10.2.3.10",
|
||||
"workwx_sign": "99BCDAFF065A4B95628E3DB468A874A8",
|
||||
"ww_msg_type": "NORMAL_MSG",
|
||||
"act_name": "示例项目"
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "ok",
|
||||
"appid": "wxec38b8ff840b8888",
|
||||
"mch_id": "1900000109",
|
||||
"device_info": "013467007045764",
|
||||
"nonce_str": "lxuDzMnRjpcXzxLx0q",
|
||||
"result_code": "SUCCESS",
|
||||
"partner_trade_no": "100000982017072019616",
|
||||
"payment_no": "1000018301201505190181489473",
|
||||
"payment_time": "2017-07-20 22:05:59"
|
||||
}
|
||||
Reference in New Issue
Block a user