Ken 1 개월 전
부모
커밋
532030cb76
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/ApiFootball/Client.php

+ 1 - 0
app/Services/ApiFootball/Client.php

@@ -51,6 +51,7 @@ public static function countries($params = [])
         return self::get('countries', $params);
     }
 
+    //  联赛  获取可用的联赛和杯赛名单。
     public static function leagues($params = [])
     {
         return static::get('leagues', $params);