mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 新增第三方应用开放收银台订单相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"start_time": 1542091572,
|
||||
"end_time": 1542177972,
|
||||
"test_mode": 1
|
||||
}
|
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order_list": [
|
||||
{
|
||||
"orderid": "2018091822ks1sd3s",
|
||||
"order_status": 1,
|
||||
"order_type": 1,
|
||||
"paid_corpid": "wwfedd7e5292d63aaa",
|
||||
"operator_id": "zhangsan",
|
||||
"suiteid": "wx67cce113441cc7a6",
|
||||
"appid": 1,
|
||||
"edition_id": "RLS65535",
|
||||
"edition_name": "协同版",
|
||||
"price": 100,
|
||||
"user_count": 1000,
|
||||
"order_period": 365,
|
||||
"order_time": 1533702999,
|
||||
"paid_time": 1533702910,
|
||||
"begin_time": 1533702910,
|
||||
"end_time": 1553515904,
|
||||
"order_from": 1,
|
||||
"operator_corpid": "wwfedd7e5292d63aaa",
|
||||
"service_share_amount": 60,
|
||||
"platform_share_amount": 10,
|
||||
"dealer_share_amount": 30,
|
||||
"dealer_corp_info": {
|
||||
"corpid": "xxxx",
|
||||
"corp_name": "name"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"orderid": "2018091822ks1sd3s"
|
||||
}
|
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"orderid": "2018091822ks1sd3s",
|
||||
"order_status": 1,
|
||||
"order_type": 1,
|
||||
"paid_corpid": "wwfedd7e5291d63aaa",
|
||||
"operator_id": "zhangsan",
|
||||
"suiteid": "wx67cce113441ccaaa",
|
||||
"appid": 1,
|
||||
"edition_id": "RLS65535",
|
||||
"edition_name": "协同版",
|
||||
"price": 100,
|
||||
"user_count": 1000,
|
||||
"order_period": 365,
|
||||
"order_time": 1533702999,
|
||||
"paid_time": 1533702910,
|
||||
"begin_time": 1533702910,
|
||||
"end_time": 1553515904,
|
||||
"order_from": 1,
|
||||
"operator_corpid": "wwfedd7e5292d63aaa",
|
||||
"service_share_amount": 60,
|
||||
"platform_share_amount": 10,
|
||||
"dealer_share_amount": 30,
|
||||
"dealer_corp_info": {
|
||||
"corpid": "xxxx",
|
||||
"corp_name": "name"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"buyer_corpid": "wx7da9abf8ac62baaa",
|
||||
"prolong_days": 7,
|
||||
"appid": 1
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"try_end_time": 1565152189
|
||||
}
|
Reference in New Issue
Block a user