|
|
|
@ -384,7 +384,7 @@ class EventCalendarController extends BaseController |
|
|
|
|
|
|
|
// 6. 返回错误行 |
|
|
|
if ($error_arr) { |
|
|
|
throw new CustomException(implode("\r", $error_arr)); |
|
|
|
throw new CustomException(implode("<br>", $error_arr)); |
|
|
|
} |
|
|
|
return $this->responseService->success( |
|
|
|
__('controller.import.success') |
|
|
|
|