Explorar o código

feat():授权

geek %!s(int64=4) %!d(string=hai) anos
pai
achega
740ba931ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/common/until/Until.php

+ 1 - 1
application/common/until/Until.php

@@ -34,7 +34,7 @@ class Until {
      * @param array $data
      * @param int $code
      */
-    public static function outputSystemError(string $showMsg = '',string $systemErrorMsg = '', $data = [], $code = Enum::THROW_ERR_CODE): void {
+    public static function outputSystemError(string $showMsg = '',string $systemErrorMsg = '', $data = [], $code = Enum::THROW_ERR_CODE) {
         $output = ['code' => $code, 'msg' => $showMsg, 'systemErrorMsg' => $systemErrorMsg, 'data' => $data];
         header('Content-Type: application/json; charset=utf-8');
         echo json_encode($output);