mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
test(tenpayv3): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"appid": "wxd678efh567hg6787",
|
||||
"mchid": "1230000109",
|
||||
"out_order_no": "1234323JKHDFE1243252",
|
||||
"service_id": "500001",
|
||||
"openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"state": "DOING",
|
||||
"state_description": "USER_CONFIRM",
|
||||
"total_amount": "40000",
|
||||
"service_introduction": "嗨客餐厅用餐",
|
||||
"post_payments": [
|
||||
{
|
||||
"name": "服务费",
|
||||
"amount": 40000,
|
||||
"description": "每分钟1元"
|
||||
}
|
||||
],
|
||||
"post_discounts": [
|
||||
{
|
||||
"name": "满20减1元",
|
||||
"amount": 1,
|
||||
"description": "不与其他优惠叠加"
|
||||
}
|
||||
],
|
||||
"risk_fund": {
|
||||
"name": "ESTIMATE_ORDER_COST",
|
||||
"amount": 10000,
|
||||
"description": "就餐的预估费用"
|
||||
},
|
||||
"time_range": {
|
||||
"start_time": "20091225091010",
|
||||
"end_time": "20091225091210"
|
||||
},
|
||||
"location": {
|
||||
"start_location": "嗨客时尚主题展餐厅",
|
||||
"end_location": "嗨客时尚主题展餐厅"
|
||||
},
|
||||
"attach": "attach",
|
||||
"order_id": "165461131"
|
||||
}
|
Reference in New Issue
Block a user