curl --location --request GET '/admin/v1/treasure/products?page&page_size&product_name&product_type&status' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJyb2xlcyI6WyJzdXBlcl9hZG1pbiJdLCJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiaXNzIjoic21hcnQtZ28tdjEtYWRtaW4iLCJzdWIiOiIxIiwiZXhwIjoxNzc0ODQ4MTEyLCJuYmYiOjE3NzQyNDMzMTIsImlhdCI6MTc3NDI0MzMxMn0.zXGZgy3sbiRt_XGqpatOVq62rHKp5_oNNl339Tz3N-0'{
"code": 200,
"message": "success",
"data": {
"total": 25,
"page": 1,
"size": 10,
"list": [
{
"id": 1,
"product_name": "iPhone 16 Pro Max",
"product_image": "https://example.com/images/iphone16.jpg",
"description": "<p>苹果最新旗舰手机</p>",
"reference_price": 9999,
"bean_per_entry": 200,
"total_entries": 5000,
"daily_limit": 100,
"product_type": 0,
"product_type_name": "实物",
"virtual_reward_amount": 0,
"virtual_reward_type": 0,
"sort_order": 50,
"status": 0,
"status_name": "启用",
"auto_next_round": 0,
"created_at": "2025-06-27 15:00:00",
"updated_at": "2025-06-27 15:00:00"
}
]
}
}