Ver código fonte

异常处理

彭俊 6 anos atrás
pai
commit
d95252fb80
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      Application/Api/Controller/Betorder.php

+ 5 - 0
Application/Api/Controller/Betorder.php

@@ -442,6 +442,11 @@ class Betorder extends BaseController{
              if($v['oddsType']=='StChampion'){
                 $is_rolling = 6;
             }
+            //首页
+            if($v['oddsType']=='home'){
+                $is_rolling = 7;
+            }
+
              //===end===
              $matchData =[
                  'odds_id' =>$v['id'],