mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
chore(tenpayv3): 调整目录结构
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"appid": "wxd678efh567hg6787",
|
||||
"mch_id": "1230000109",
|
||||
"sub_appid": "wxd678efh567hg6786",
|
||||
"sub_mch_id": "1230000109",
|
||||
"service_id": "500001",
|
||||
"sub_openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"user_service_status": "USER_CLOSE_SERVICE",
|
||||
"openorclose_time": "20180225112233",
|
||||
"authorization_code": "4534323JKHDFE1243252"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"service_id": "500001",
|
||||
"appid": "wxd678efh567hg6787",
|
||||
"mchid": "1230000109",
|
||||
"sub_appid": "wxd678efh567hg6999",
|
||||
"sub_mchid": "1900000109",
|
||||
"out_order_no": "1234323JKHDFE1243252",
|
||||
"sub_openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"state": "DONE",
|
||||
"service_introduction": "嗨客餐厅用餐",
|
||||
"total_amount": "40000",
|
||||
"post_payments": [
|
||||
{
|
||||
"name": "服务费",
|
||||
"amount": 40000,
|
||||
"description": "每分钟1元"
|
||||
}
|
||||
],
|
||||
"post_discounts": [
|
||||
{
|
||||
"name": "满20减1元",
|
||||
"amount": 1,
|
||||
"description": "不与其他优惠叠加"
|
||||
}
|
||||
],
|
||||
"risk_fund": {
|
||||
"name": "预估订单费用",
|
||||
"amount": 10000,
|
||||
"description": "就餐的预估费用"
|
||||
},
|
||||
"time_range": {
|
||||
"start_time": "20091225091010",
|
||||
"start_time_remark": "xxx",
|
||||
"end_time": "20091225091210",
|
||||
"end_time_remark": "xxx"
|
||||
},
|
||||
"location": {
|
||||
"start_location": "嗨客时尚主题展餐厅",
|
||||
"end_location": "嗨客时尚主题展餐厅"
|
||||
},
|
||||
"attach": "attach",
|
||||
"order_id": "165461131",
|
||||
"need_collection": true,
|
||||
"collection": {
|
||||
"state": "",
|
||||
"total_amount": 40000,
|
||||
"paying_amount": 40000,
|
||||
"paid_amount": 0,
|
||||
"details": [
|
||||
{
|
||||
"seq": 1,
|
||||
"amount": 10000,
|
||||
"paid_type": "MCH",
|
||||
"paid_time": "20091225091210",
|
||||
"transaction_id": "15646546545165651651"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"sp_mchid": "1900000100",
|
||||
"sub_mchid": "1900000109",
|
||||
"transaction_id": "1008450740201411110005820873",
|
||||
"out_trade_no": "20150806125346",
|
||||
"refund_id": "50200207182018070300011301001",
|
||||
"out_refund_no": "7752501201407033233368018",
|
||||
"refund_status": "SUCCESS",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"user_received_account": "招商银行信用卡0403",
|
||||
"amount": {
|
||||
"total": 999,
|
||||
"refund": 999,
|
||||
"payer_total": 999,
|
||||
"payer_refund": 999
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"sp_appid": "wx8888888888888888",
|
||||
"sp_mchid": "1230000109",
|
||||
"sub_appid": "wxd678efh567hg6999",
|
||||
"sub_mchid": "1900000109",
|
||||
"out_trade_no": "1217752501201407033233368018",
|
||||
"trade_state_desc": "支付成功",
|
||||
"trade_type": "MICROPAY",
|
||||
"attach": "自定义数据",
|
||||
"transaction_id": "1217752501201407033233368018",
|
||||
"trade_state": "SUCCESS",
|
||||
"bank_type": "CMC",
|
||||
"success_time": "2018-06-08T10:34:56+08:00",
|
||||
"amount": {
|
||||
"payer_total": 100,
|
||||
"total": 100,
|
||||
"currency": "CNY",
|
||||
"payer_currency": "CNY"
|
||||
},
|
||||
"promotion_detail": [
|
||||
{
|
||||
"amount": 100,
|
||||
"wechatpay_contribute": 0,
|
||||
"coupon_id": "109519",
|
||||
"scope": "GLOBAL",
|
||||
"merchant_contribute": 0,
|
||||
"name": "单品惠-6",
|
||||
"other_contribute": 0,
|
||||
"currency": "CNY",
|
||||
"stock_id": "931386",
|
||||
"goods_detail": [
|
||||
{
|
||||
"goods_remark": "商品备注信息",
|
||||
"quantity": 1,
|
||||
"discount_amount": 1,
|
||||
"goods_id": "M1006",
|
||||
"unit_price": 100
|
||||
},
|
||||
{
|
||||
"goods_remark": "商品备注信息",
|
||||
"quantity": 1,
|
||||
"discount_amount": 1,
|
||||
"goods_id": "M1006",
|
||||
"unit_price": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"amount": 100,
|
||||
"wechatpay_contribute": 0,
|
||||
"coupon_id": "109519",
|
||||
"scope": "GLOBAL",
|
||||
"merchant_contribute": 0,
|
||||
"name": "单品惠-6",
|
||||
"other_contribute": 0,
|
||||
"currency": "CNY",
|
||||
"stock_id": "931386",
|
||||
"goods_detail": [
|
||||
{
|
||||
"goods_remark": "商品备注信息",
|
||||
"quantity": 1,
|
||||
"discount_amount": 1,
|
||||
"goods_id": "M1006",
|
||||
"unit_price": 100
|
||||
},
|
||||
{
|
||||
"goods_remark": "商品备注信息",
|
||||
"quantity": 1,
|
||||
"discount_amount": 1,
|
||||
"goods_id": "M1006",
|
||||
"unit_price": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"payer": {
|
||||
"sp_openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o",
|
||||
"sub_openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o"
|
||||
},
|
||||
"scene_info": {
|
||||
"device_id": "013467007045764"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user