feat(tenpayv3): 新增品牌活动投放计划相关接口

This commit is contained in:
Fu Diwei
2025-11-06 19:51:28 +08:00
parent 52da4f51f0
commit 69f9f4fe01
21 changed files with 729 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"plan_id": "7000",
"plan_state": "CREATED",
"audit_state": "PASSED",
"change_reason": "审核通过",
"modify_time": "2025-05-20T13:29:35.120+08:00"
}

View File

@@ -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": "天天有惊喜"
}

View File

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

View File

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

View File

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

View File

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