{
"code": 0,
"message": "success",
"data": {
"total": 1,
"list": [
{
"promoter_id": 1,
"promoter_nickname": "测试用户",
"coupons": [
{
"id": 2,
"template_id": 3,
"template_name": "推广员优惠券-0.5元",
"face_value": 0.5,
"available_slots": -1,
"min_order_amount": 0,
"claimed_count": 0,
"per_user_limit": 0,
"user_claimed_count": 0,
"can_claim": true,
"batch_no": "BATCH_1_1761286846"
}
]
}
]
}
}curl --location --request GET 'https://web.richen8.cn/api/v1/coupons/center?channel=official&page&page_size' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJyb2xlcyI6WyJzdXBlcl9hZG1pbiJdLCJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiaXNzIjoic21hcnQtZ28tdjEtYWRtaW4iLCJzdWIiOiIxIiwiZXhwIjoxNzc0ODQ4MTEyLCJuYmYiOjE3NzQyNDMzMTIsImlhdCI6MTc3NDI0MzMxMn0.zXGZgy3sbiRt_XGqpatOVq62rHKp5_oNNl339Tz3N-0' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 0,
"message": "success",
"data": {
"total": 1,
"list": [
{
"promoter_id": 1,
"promoter_nickname": "测试用户",
"coupons": [
{
"id": 2,
"template_id": 3,
"template_name": "推广员优惠券-0.5元",
"face_value": 0.5,
"available_slots": -1,
"min_order_amount": 0,
"claimed_count": 0,
"per_user_limit": 0,
"user_claimed_count": 0,
"can_claim": true,
"batch_no": "BATCH_1_1761286846"
}
]
}
]
}
}'{
"code": 0,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 2,
"template_id": 2,
"template_name": "官方福利券-1元",
"face_value": 1,
"available_slots": 0,
"claimed_count": 0,
"per_user_limit": 1,
"user_claimed_count": 0,
"can_claim": false,
"active_from": "2025-10-21 13:50:51",
"active_to": "2026-10-21 13:50:51"
},
{
"id": 1,
"template_id": 1,
"template_name": "官方福利券-0.5元",
"face_value": 0.5,
"available_slots": 0,
"claimed_count": 0,
"per_user_limit": 1,
"user_claimed_count": 0,
"can_claim": false,
"active_from": "2025-10-21 13:50:44",
"active_to": "2026-10-21 13:50:44"
}
]
}
}