@@ -300,6 +300,10 @@ class Betorder extends BaseController{
];
$order['single_result'] = json_encode($json_single_result);
}
+ //如果是滚球投注,追加字段
+ if($is_rolling == 1){
+ $order['roll_ratify'] = 2;//未审核滚球投注
+ }
$insert = lm("MoneyBuySimplex",'Api')->insert($order);
if(!$insert){
Render('','3205',lang('errors','Api')->get('error-3205'));