mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(tenpayv2): 新增企业微信查询向员工付款记录接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sign": "E1EE61A91C8E90F299DE6AE075D60A2D",
|
||||
"partner_trade_no": "0010010404201411170000046545",
|
||||
"mch_id": "10000097",
|
||||
"appid": "wxe062425f740c8888",
|
||||
"nonce_str": "50780e0cca98c8c8e814883e5caa672e"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "获取成功",
|
||||
"result_code": "SUCCESS",
|
||||
"mch_id": "10000098",
|
||||
"appid": "wxe062425f740c30d8",
|
||||
"detail_id": "1000000000201503283103439304",
|
||||
"partner_trade_no": "0010010404201411170000046545",
|
||||
"status": "SUCCESS",
|
||||
"payment_amount": "100",
|
||||
"openid": "oxTWIuGaIt6gTKsQRLau2M0yL16E",
|
||||
"transfer_time": "2017-07-22 20:10:15",
|
||||
"transfer_name": "测试",
|
||||
"desc": "付款测试"
|
||||
}
|
||||
Reference in New Issue
Block a user