mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-17 21:56:26 +08:00
feat(tenpayv3): 新增银行从业结构微信支付分修改订单金额、同步订单信息等接口
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"service_id": "2002000000000558128851361561536",
|
||||
"sub_mchid": "1900000109",
|
||||
"channel_id": "1230000109",
|
||||
"post_payments": [
|
||||
{
|
||||
"name": "就餐费用",
|
||||
"amount": 40000,
|
||||
"description": "就餐人均100元",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"post_discounts": [
|
||||
{
|
||||
"name": "满20减1元",
|
||||
"description": "不与其他优惠叠加",
|
||||
"amount": 100,
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"total_amount": 50000,
|
||||
"reason": "用户投诉"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"service_id": "2002000000000558128851361561536",
|
||||
"sub_mchid": "1900000109",
|
||||
"channel_id": "1230000109",
|
||||
"type": "Order_Paid",
|
||||
"detail": {
|
||||
"paid_time": "20091225091210"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user