mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(wxapi): 随官方更新微信小店订单相关接口模型
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"activity_id": "22123",
|
||||
"openid": "oDiTs6x9ccP19TfQH5OvKOWeXAeo",
|
||||
"shop_appid": "wxxxxxxxxxxxxxxxxx",
|
||||
"wishmessage": "祝福你",
|
||||
"product_id": "10000239729501",
|
||||
"sku_id": "3623160014"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"present_order_id": "4226341196275658752"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"present_order_id": "4226341196275658752",
|
||||
"open_id": "OPENID"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"present_order_info": {
|
||||
"ecsgift": {
|
||||
"gifts": {
|
||||
"gift": [
|
||||
{
|
||||
"order_id": 4226341196275658752,
|
||||
"wishmessage": "祝福你",
|
||||
"giftstatus": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"user_type": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"shop_appid": "wxxxxxxxxxxxxxxxxx",
|
||||
"open_id": "OPENID",
|
||||
"create_time_range": {
|
||||
"start_time": "1749007175",
|
||||
"end_time": "1749008175"
|
||||
},
|
||||
"page_size": 10,
|
||||
"next_key": "THE_NEXT_KEY"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"present_order_list": [
|
||||
{
|
||||
"present_order_id": "4226341196275658752",
|
||||
"order_id": [ "3805363027490897920", "3805363027490897924" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"present_order_id": "4232433395290081234",
|
||||
"sub_order_list": [
|
||||
{
|
||||
"order_id": "3732433407897635328",
|
||||
"openid": "omT_t0BEynCijuylUpZCaAAZp0a6"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"shop_appid": "wx0d4f5ddad96dd5ea",
|
||||
"page_size": 10,
|
||||
"openid": "okYsb0XK3sTtyW1xteeL7LZmQM7B",
|
||||
"create_time_range": {
|
||||
"start_time": 1764518400,
|
||||
"end_time": 1764604800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"order_list": [
|
||||
{
|
||||
"present_order_id": "4232682644641942011",
|
||||
"order_id": "3732682646291354361"
|
||||
}
|
||||
],
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_key": "CPestckGEPeVxckGGAAgACgAMAA4gKbYu/HiyeYzQJ7JuskA"
|
||||
}
|
||||
Reference in New Issue
Block a user