💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## **4.7.2 趋势推送** 示例: ```json { "sport_id":202, //运动接口 "channel":"trend", //channel接口 "push_type":"update", "data":{ "count":4, //半场数 "duration":12, //半场时长 "trend":[ //趋势变化,按分钟变化,主队为正,客队为负(有加时赛,加时分钟变化加在下半场中) [ 0, 0, 2, 0, 0, 1, 2, 2, -1, -6, -8, -10 ], [ -9, -9, -10, -13, -11, -9, -4, -4 ] ] }, "match_id":469204, "push_time_millis":1687945233788 } ```