curl --location 'http://store.xcyxfl.com/project/list-business' \
--header 'AccessToken;' \
--header 'Version: 1' \
--form 'page="1"' \
--form 'limit="10"' \
--form 'type="1"' \
--form 'title=""' \
--form 'start_time=""' \
--form 'end_time=""'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"list": [
{
"id": 12,
"project_id": 6,
"type": 1,
"time": 1770307200,
"estimate_amount": "600.00",
"amount": "400.00",
"ticket_amount": "100.00",
"view_num": 20,
"goods_amount": "100.00",
"card_amount": "100.00",
"package_amount": "100.00",
"tax_amount": "0.00",
"other_amount": "0.00",
"note": "测试",
"created_at": "2026-02-06 09:48:57",
"project": {
"id": 6,
"name": "莫比乌影城(中天健环球中心店)"
}
},
{
"id": 10,
"project_id": 5,
"type": 1,
"time": 1757001600,
"estimate_amount": "1278.00",
"amount": "776.40",
"ticket_amount": "517.40",
"view_num": 32,
"goods_amount": "99.00",
"card_amount": "100.00",
"package_amount": "60.00",
"tax_amount": "0.00",
"other_amount": "0.00",
"note": "--",
"created_at": "2026-02-04 16:10:20",
"project": {
"id": 5,
"name": "莫比乌国际影城(地王店)"
}
}
]
}
}