curl --location --request GET 'http://prod-cn.your-api-server.com/school/vote/item/apply/my/list.json'
[
{
"itemId": 0,
"userId": 0,
"userName": "",
"userIcon": "",
"teacherName": "",
"studentName": "",
"applyId": 0,
"voteId": 0,
"teacherId": 0,
"studentId": 0,
"itemName": "",
"itemDesc": "",
"itemImgs": "",
"itemLogo": "",
"linkPeople": "",
"linkPhone": "",
"isAgree": 0,
"applyTime": "",
"classId": 0
}
]