Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
7ddf705675
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Application/Api/Controller/Betorder.php

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

@@ -264,6 +264,7 @@ class Betorder extends BaseController{
                     'ctime' => $this->time,
                     'utime' => $this->time,
                     'is_rolling' =>$is_rolling,
+                    'is_champion' => $is_champion?:0,//1 冠军投注 0普通赛事投注
                 ];
                  //插入数据源
              $moneyBuyMatch = lm('MoneyBuyMatch','Api')->insert($matchData);