接口添加时间与时区&赔率

This commit is contained in:
xianyi
2026-01-14 15:14:09 +08:00
parent 1bd10694bf
commit 8dc87c9b29
7 changed files with 149 additions and 13 deletions

View File

@@ -195,3 +195,8 @@ export interface MatchDetailData {
};
};
}
// 实时赔率(根据 sportId 可能是 LiveOdds 或 Odds 结构,暂时使用宽泛类型)
export interface OddsData {
[key: string]: any;
}