curl --location --request GET 'https://sit.cheertoys.cn/api/bag_goods?cate_id=1&page=1' \
--header 'Authorization: Bearer <token>'{
"status": 1,
"msg": "请求成功",
"data": {
"list": [
{
"id": 64,
"title": "11月月消费福袋",
"imgurl": "https://sit.cheertoys.cn/storage/topic/20250929/f96dcadb6af68b76018c6c4badfbe8a4.jpg",
"price": "1.00",
"cate_id": 1,
"timeflow_type": 1,
"money_start_time": "2025-11-01",
"money_end_time": "2025-11-30",
"flow_amount": 150000,
"xiaofei": "0.00",
"count1": 0,
"count2": 2
}
],
"count": 1,
"last_page": 1,
"page": null
}
}