feat(tenpayv3): 新增银行从业结构微信支付分修改订单金额、同步订单信息等接口

This commit is contained in:
Fu Diwei
2024-02-18 21:00:42 +08:00
parent 17b7805256
commit 3dae2573df
7 changed files with 131 additions and 7 deletions

View File

@@ -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": "用户投诉"
}

View File

@@ -0,0 +1,9 @@
{
"service_id": "2002000000000558128851361561536",
"sub_mchid": "1900000109",
"channel_id": "1230000109",
"type": "Order_Paid",
"detail": {
"paid_time": "20091225091210"
}
}