ソースを参照

fix: 去除打印

Pius-X 1 年間 前
コミット
4cf21b4800
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/controllers/Slot.php

+ 1 - 1
application/controllers/Slot.php

@@ -364,7 +364,7 @@ class Slot extends MY_Controller
         if(count($nLevel) != count($level)){
             return $this->response(1, 'levelId 重复');
         }
-        file_put_contents("/tmp/xzxcmserr.log", json_encode($upload) . PHP_EOL, FILE_APPEND);
+
         switch ($ceProb) {
             case "weight":
                 $retData = $this->saveRealSlotWeightCfg($upload, $gid, $type);