ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#### 3.10.7 趋势接口 ~~~ /sport/api/v1/trend/{sport_id}/{match_id} ~~~ 请求参数: | 请求参数 | 类型 | 是否必填 | 描述 | | :------- | :----- | :------- | :------- | | token | string | 是 | 客户密钥 | | sport_id | int | 是 | 运动ID | | match_id | int | 是 | 比赛ID | 返回结构示例: ``` "sport_id":202, //运动ID "match_id":76206, //比赛ID "data"{ "count": 2, //半场数 "duration": 45, //半场时长 "trend": 45, //趋势变化,按分钟数变化,主队为正、客队为负 (有加时赛,加时分钟数变化加在下半场中) [16, -16, -58, -20, -20, -34, 100, 54, -58, -12, 34, -2, 14, -4, 12, -8, -44, 54, 100, 94, 36, -36, 100, 50, 20, 56, -20, 40, 40, -10, -56, -42, -44, -58, -8, 100, -70, -4, 100, 10, 100, 30, 6, -100, 36, 56], //上半场 [66, 22, 42, 10, -88, 8, -74, 2, 40, -2, -78, 0, -100, 64, 44, -34, -100, 0, 16, 38, -38, -4, 68, 0, 54, -62, -10, 100, -48, 100, 16, 0, 58] //下半场 ] ```