mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(tenpayv3): 新增品牌活动投放计划相关接口
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"out_request_no": "asdf-1234-40016",
|
||||
"brand_id": "40016",
|
||||
"product_coupon_id": "701146876221757924829193824428",
|
||||
"stock_id": "701246876221757924829194755312",
|
||||
"reuse_coupon_config": false,
|
||||
"plan_name": "冬季饮料投放",
|
||||
"total_count": 1,
|
||||
"user_limit": 1,
|
||||
"daily_limit": 1,
|
||||
"delivery_start_time": "2025-01-01T00:00:00+08:00",
|
||||
"delivery_end_time": "2025-01-01T00:00:00+08:00",
|
||||
"recommend_word": "天天有惊喜"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"plan": {
|
||||
"plan_id": "12000",
|
||||
"plan_name": "冬季优惠投放",
|
||||
"plan_state": "PLAN_CREATED",
|
||||
"delivery_start_time": "2025-01-01T00:00:00+08:00",
|
||||
"delivery_end_time": "2025-01-01T00:00:00+08:00",
|
||||
"stock_id": "123456789",
|
||||
"product_coupon_id": "1000000013",
|
||||
"recommend_word": "天天有惊喜",
|
||||
"brand_id": "40016",
|
||||
"total_count": 11000,
|
||||
"user_limit": 5,
|
||||
"daily_limit": 100,
|
||||
"reuse_coupon_config": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"total_count": 1234,
|
||||
"plan_list": [
|
||||
{
|
||||
"plan_id": "12000",
|
||||
"plan_name": "冬季优惠投放",
|
||||
"plan_state": "PLAN_CREATED",
|
||||
"delivery_start_time": "2025-01-01T00:00:00+08:00",
|
||||
"delivery_end_time": "2025-01-01T00:00:00+08:00",
|
||||
"stock_id": "123456789",
|
||||
"product_coupon_id": "1000000013",
|
||||
"recommend_word": "天天有惊喜",
|
||||
"brand_id": "40016",
|
||||
"total_count": 11000,
|
||||
"user_limit": 5,
|
||||
"daily_limit": 100,
|
||||
"reuse_coupon_config": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"notify_url": "https://www.example.com/notify"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"notify_url": "https://www.example.com/notify"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"modify_content": {
|
||||
"plan_name": "冬季促销",
|
||||
"delivery_end_time": "2025-01-01T00:00:00+08:00",
|
||||
"total_count": 1,
|
||||
"user_limit": 1,
|
||||
"daily_limit": 1,
|
||||
"recommend_word": "冬季优惠"
|
||||
},
|
||||
"out_request_no": "abcd-1234-1000"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"plan": {
|
||||
"plan_id": "12000",
|
||||
"plan_name": "冬季优惠投放",
|
||||
"plan_state": "PLAN_CREATED",
|
||||
"delivery_start_time": "2025-01-01T00:00:00+08:00",
|
||||
"delivery_end_time": "2025-01-01T00:00:00+08:00",
|
||||
"stock_id": "123456789",
|
||||
"product_coupon_id": "1000000013",
|
||||
"recommend_word": "天天有惊喜",
|
||||
"brand_id": "40016",
|
||||
"total_count": 11000,
|
||||
"user_limit": 5,
|
||||
"daily_limit": 100,
|
||||
"reuse_coupon_config": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user