Files
Vue/student-vol/mock/durationList.json
2025-12-22 11:16:50 +08:00

24 lines
305 B
JSON

{
"error": 0,
"data": {
"list": [
{
"value": 2,
"text": "2小时"
},
{
"value": 4,
"text": "4小时"
},
{
"value": 6,
"text": "6小时"
},
{
"value": 8,
"text": "8小时"
}
]
}
}