完整示例代码分享:
{
"reason": "查询成功!",
"result": {
"title": "西班牙足球甲级联赛",
"duration": "2020-2021",
"matchs": [
{
"date": "2021-05-11",
"week": "周二",
"list": [
{
"time_start": "03:00",
"status": "3",
"status_text": "完赛",
"team1": "皇家贝蒂斯",
"team2": "格拉纳达",
"team1_score": "2",
"team2_score": "1"
}
]
},
{
"date": "2021-05-12",
"week": "周三",
"list": [
{
"time_start": "01:00",
"status": "3",
"status_text": "完赛",
"team1": "奥萨苏纳",
"team2": "加的斯",
"team1_score": "3",
"team2_score": "2"
},
{
"time_start": "02:00",
"status": "3",
"status_text": "完赛",
"team1": "艾尔切",
"team2": "阿拉维斯",
"team1_score": "0",
"team2_score": "2"
},
{
"time_start": "04:00",
"status": "3",
"status_text": "完赛",
"team1": "莱万特",
"team2": "巴塞罗那",
"team1_score": "3",
"team2_score": "3"
}
]
}
]
},
"error_code": 0
}