topic description
the returned json format is as follows
{
"status": 1,
"content": "get seats info successfully",
"data": {
"seats": {
"1": {
"nickname": "salamander",
"avatar": "*******************",
"uid": 5464
},
"3": {
"nickname": "coopk",
"avatar": "***********************",
"uid": 54645645
}
}
}
}
he said that the data in seats
cannot be parsed with numbers like 1,3. Please consult everyone