mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 09:44:43 +08:00
feat(work): 新增第三方应用开发多企业新购订单相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"app_permissions": [ "xxx::xxx::xx" ]
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"buy_list": [
|
||||
{
|
||||
"corpid": "CORPID",
|
||||
"account_count": {
|
||||
"base_count": 100,
|
||||
"external_contact_count": 100
|
||||
},
|
||||
"account_duration": {
|
||||
"months": 2,
|
||||
"days": 20
|
||||
},
|
||||
"auto_active_status": 1
|
||||
}
|
||||
],
|
||||
"jobid": "JOBID"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "BUYJOBID",
|
||||
"invalid_list": [
|
||||
{
|
||||
"corpid": "CORPID",
|
||||
"errcode": 1,
|
||||
"errmsg": "xxx"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"order_id": "ORDERID",
|
||||
"limit": 1000,
|
||||
"cursor": "CURSOR"
|
||||
}
|
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order": {
|
||||
"order_id": "ORDERID",
|
||||
"order_type": 1,
|
||||
"order_status": 1,
|
||||
"price": 10000,
|
||||
"create_time": 150000000,
|
||||
"pay_time": 1550000000
|
||||
},
|
||||
"has_more": 1,
|
||||
"next_cursor": "CURSOR",
|
||||
"buy_list": [
|
||||
{
|
||||
"sub_order_id": "SUBORDERID",
|
||||
"corpid": "CORPID",
|
||||
"account_count": {
|
||||
"base_count": 100,
|
||||
"external_contact_count": 100
|
||||
},
|
||||
"account_duration": {
|
||||
"months": 2,
|
||||
"days": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "BUYJOBID"
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"order_id": "xxxx",
|
||||
"fail_list": [
|
||||
{
|
||||
"corpid": "CORPID",
|
||||
"errcode": 700400,
|
||||
"errmsg": "xxx"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"jobid": "BUYJOBID",
|
||||
"buyer_userid": "xxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "BUYJOBID"
|
||||
}
|
Reference in New Issue
Block a user