vali 6 年之前
父节点
当前提交
776316c53e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      datainf/logic/HttpServerOnlySet.php

+ 2 - 1
datainf/logic/HttpServerOnlySet.php

@@ -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;