Implement task list, detail, and create pages with API integration, cloud/local attachment support, and unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"code": 100000,
|
|
"msg": "success",
|
|
"data": [
|
|
{
|
|
"project_name": "亲子跟拍",
|
|
"order_number": "ORD-TASK-001",
|
|
"order_status": "20",
|
|
"order_status_label": "已支付",
|
|
"pay_time": "2026-06-21 09:55:00",
|
|
"user_phone": "13800000000"
|
|
}
|
|
]
|
|
}
|