shish 1 年之前
父节点
当前提交
f8435bb7e5
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      common/components/util.php

+ 0 - 2
common/components/util.php

@@ -280,9 +280,7 @@ class util
         Yii::info("report:".$report);
         if ($report == 1) {
             throw new \Exception($msg);
-            return false;
         }
-
         self::encode(['code' => 0, 'msg' => $msg, 'data' => []]);
     }