curl --location 'http://store.xcyxfl.com/project/list-finance' \
--header 'AccessToken;' \
--header 'Version: 1' \
--form 'page="1"' \
--form 'limit="10"' \
--form 'title=""' \
--form 'state=""'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"id": 2,
"name": "莫比乌影城(中天健环球中心店)",
"address": "兰州城关区民主东路226号IFCC中天健环球中心【 BM 】层【 204-210 】号商铺",
"sign_time": 1757865600,
"company": "莫比乌影业",
"open_time": 1765296000,
"status": 3,
"balance": "0.00",
"created_at": "2026-01-29 15:12:03",
"ticket_amount": "0",
"view_num": 0,
"goods_amount": "0",
"card_amount": "0",
"package_amount": "0",
"other_amount": "0",
"estimate_amount": "0",
"income_amount": "0",
"finish_amount": "0",
"year_amount": "3999999.00",
"task_amount": "3999999.00"
}
]
}
}