将定金订单、历史拍摄与多行程上传接入 Orders,并以真实页面替换首页排队管理、消息中心、景区结算与提现审核占位入口。 Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
643 B
JSON
31 lines
643 B
JSON
{
|
|
"code": 100000,
|
|
"msg": "success",
|
|
"data": {
|
|
"has_more": 1,
|
|
"last_id": "101",
|
|
"items": [
|
|
{
|
|
"id": "101",
|
|
"type": "1",
|
|
"type_name": "订单",
|
|
"title": "新订单提醒",
|
|
"content": "你有新的拍摄订单",
|
|
"push_at": "2026-05-23 02:55",
|
|
"created_at": "2026-05-23 02:55",
|
|
"is_read": 0
|
|
},
|
|
{
|
|
"id": 100,
|
|
"type": 2,
|
|
"type_name": "核销",
|
|
"title": "",
|
|
"content": "订单已核销",
|
|
"push_at": "2026-05-23 02:50",
|
|
"created_at": "2026-05-23 02:50",
|
|
"is_read": "1"
|
|
}
|
|
]
|
|
}
|
|
}
|