mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
feat(work): 新增小程序接入对外收款相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mchid": "xxx",
|
||||
"out_trade_no": "xxx"
|
||||
}
|
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"appid": "xx",
|
||||
"mchid": "xx",
|
||||
"out_trade_no": "xxxx",
|
||||
"description": "xxxxx",
|
||||
"scenekey": "xxxx",
|
||||
"amount": {
|
||||
"total": 100,
|
||||
"currency": "CNY"
|
||||
},
|
||||
"payer": {
|
||||
"openid": "xxx"
|
||||
},
|
||||
"time_expire": "2015-05-20T13:29:35+08:00",
|
||||
"attach": "xxxxx",
|
||||
"goods_tag": "xxxxxxx",
|
||||
"scene_info": {
|
||||
"payer_client_ip": "127.0.0.1",
|
||||
"device_id": "xxxxxxx",
|
||||
"store_info": {
|
||||
"id": "xxxx",
|
||||
"name": "xxxx",
|
||||
"area_code": "xxxx",
|
||||
"address": "xxxxx"
|
||||
}
|
||||
},
|
||||
"detail": {
|
||||
"cost_price": 123,
|
||||
"invoice_id": "asdfasdfasdf",
|
||||
"goods_detail": [
|
||||
{
|
||||
"merchant_goods_id": "xxxx",
|
||||
"wechatpay_goods_id": "xxxx",
|
||||
"goods_name": "iPhoneX 256G",
|
||||
"quantity": 1,
|
||||
"unit_price": 828800
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"prepay_id": "xxxxxx",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mchid": "xxx",
|
||||
"out_trade_no": "xxx"
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"mchid": "xxx",
|
||||
"out_trade_no": "xxxx",
|
||||
"trade_state": "xxx",
|
||||
"trade_state_desc": "xxx",
|
||||
"payer": {
|
||||
"openid": "xxxxxx"
|
||||
},
|
||||
"transaction_id": "xxxxxxxx"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"appid": "wx1cce664e7cdcf31a",
|
||||
"prepay_id": "wx111925097328382762a266f5cefb640000",
|
||||
"sign_type": "RSA",
|
||||
"nonce": "fqDdjLywAmNDZleCWfPsfhlInxnwnOLK",
|
||||
"timestamp": 1675219608
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"pay_sign": "mHIpSqqf1EnBHAOZ5EE3CJRmgHeRcEsfHg0zhOWs+recA6LrHiHZwWT1M6/+ZvzztOkwjnnx8We4n/xX0mNWM5A6eUQYXE9CEgQKVKPIHVXmsheJqPUIiOXXoRaFY7byLzjkQXcGrNG9iDXdhzwCFeQSNXs072uN+2QRoA+mk0pBiY/uPdFXPBPx8nd5FJshrsnzEGmS+nLbyOfJjTH7SkJPCHuxaDPsf24LD5HRT8bjxMzt/92PZY07NQIQhgcCSqpm758xvEnw43iMNsR2ieUNjwkWyQo+SHvDxr2jn/zmT6JmWhtF+ull+jdptfoRPm/oZsPoqGZfHpc2VSrzMA==",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user