|
|
@@ -184,7 +184,8 @@ class HttpServerOnlySet
|
|
|
return strval($i);
|
|
|
}, $idoarr);
|
|
|
$bettype = isset($paras['bettype']) ? $paras['bettype'] : 0;
|
|
|
- $settype = isset($paras['settype']) ? $paras['settype'] : 0;
|
|
|
+ //$settype = isset($paras['settype']) ? $paras['settype'] : 0;
|
|
|
+ $settype = 2;
|
|
|
$game_code = isset($paras['game_code']) ? $paras['game_code'] : '';
|
|
|
$match_id = isset($paras['match_id']) ? $paras['match_id'] : 0;
|
|
|
$change_status = isset($paras['change_status']) ? $paras['change_status'] : 0;
|