flyzto 1 月之前
父节点
当前提交
5d661b84bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pinnacle/main.js

+ 1 - 1
pinnacle/main.js

@@ -191,7 +191,7 @@ const getStraightOdds = async () => {
   if (since == 0) {
     Logs.outDev('full update straight odds');
   }
-  return pinnacleGet('/v3/odds', { sportId: 29, oddsFormat: 'Decimal', leagueIds, since })
+  return pinnacleGet('/v4/odds', { sportId: 29, oddsFormat: 'Decimal', leagueIds, since })
   .then(data => {
     const { leagues, last } = data;
     if (!last) {