Files
Ai/json/mock_data/soil-data/status/get_200_progress.json
T

13 lines
180 B
JSON
Raw Normal View History

2026-03-25 01:56:41 +03:30
{
"code": 200,
"msg": "success",
"data": {
"task_id": "soil-task-123",
"status": "PROGRESS",
"progress": {
"step": "fetch",
"percent": 60
}
}
}