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

20 lines
302 B
JSON

{
"error": 0,
"data": {
"list": [
{
"value": 1,
"text": "福州大学至诚学院团委"
},
{
"value": 2,
"text": "福州市志愿者协会"
},
{
"value": 3,
"text": "鼓楼区社区服务中心"
}
]
}
}