@@ -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' => []]);