mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
feat(work): 新增数据与智能调用程序、调试模式、订单管理等相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order_id": "xxxxx"
|
||||
}
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"advanced_api_type": 1,
|
||||
"custom_corpid": "wwxxx",
|
||||
"buyer_userid": "xxxx",
|
||||
"order_type": 1,
|
||||
"chat_archive_api": {
|
||||
"edition": 3,
|
||||
"old_edition": 2,
|
||||
"purchase_count": 100,
|
||||
"take_effect_time": 1704038400,
|
||||
"old_edition_info": {
|
||||
"begin_time": 1704038000,
|
||||
"end_time": 1704038000
|
||||
},
|
||||
"target_edition_info": {
|
||||
"begin_time": 1704038000,
|
||||
"end_time": 1704038000
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order_id": "xxxx"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"advanced_api_type": 1,
|
||||
"custom_corpid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"chat_archive_api_buy_info": {
|
||||
"edition_list": [
|
||||
{
|
||||
"edition": 2,
|
||||
"purchase_count": 100,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180800
|
||||
},
|
||||
{
|
||||
"edition": 3,
|
||||
"purchase_count": 100,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180800
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order_id": "xxxxx"
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order": {
|
||||
"advanced_api_type": 1,
|
||||
"order_id": "xxxxx",
|
||||
"order_type": 1,
|
||||
"order_status": 1,
|
||||
"custom_corpid": "wpxxxx",
|
||||
"create_time": 150000000,
|
||||
"buyer_userid": "xxx",
|
||||
"paid_price": 10000,
|
||||
"chat_archive_api": {
|
||||
"edition": 2,
|
||||
"purchase_count": 100,
|
||||
"purchase_duration_days": 90,
|
||||
"take_effect_time": 150000000,
|
||||
"end_time": 150000000,
|
||||
"original_price": 10010
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"custom_corpid": "xxxxx",
|
||||
"start_time": 1500000000,
|
||||
"end_time": 1600000000,
|
||||
"advanced_api_type": 1,
|
||||
"cursor": "xxx",
|
||||
"limit": 10
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "xxx",
|
||||
"has_more": 1,
|
||||
"order_list": [
|
||||
{
|
||||
"order_id": "xxx",
|
||||
"order_type": 1,
|
||||
"order_status": 1,
|
||||
"create_time": 1704038400
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"payer_userid": "USERID",
|
||||
"order_id": "ORDERID"
|
||||
}
|
Reference in New Issue
Block a user