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