feat(work): 新增第三方应用开放收银台订单相关接口

This commit is contained in:
fudiwei
2022-12-04 01:27:44 +08:00
parent 4a4853f778
commit e2a26fcc01
25 changed files with 777 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{
"start_time": 1542091572,
"end_time": 1542177972,
"test_mode": 1
}

View File

@@ -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"
}
}
]
}

View File

@@ -0,0 +1,3 @@
{
"orderid": "2018091822ks1sd3s"
}

View File

@@ -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"
}
}

View File

@@ -0,0 +1,5 @@
{
"buyer_corpid": "wx7da9abf8ac62baaa",
"prolong_days": 7,
"appid": 1
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"try_end_time": 1565152189
}