shish 1 год назад
Родитель
Сommit
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' => []]);
     }