stanley-king il y a 1 an
Parent
commit
b071371e20
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      helper/fcgisrv/RAccServer.php

+ 2 - 2
helper/fcgisrv/RAccServer.php

@@ -87,10 +87,10 @@ class RAccServer extends BaseServer
             }
         }
         catch (UnSignException $ex) {
-            joutput_error(errcode::ErrUnLogin,errcode::msg(errcode::ErrUnLogin));
+            joutput_error(errcode::ErrSignParamter,errcode::msg(errcode::ErrSignParamter));
         }
         catch (Exception $ex) {
-            joutput_error($ex->getCode(),$ex->getMessage());
+            joutput_error($ex->getCode(),'异常错误');
             Log::record("run_looper exception catch code={$ex->getCode()} msg={$ex->getMessage()} trace={$ex->getTraceAsString()}", Log::ERR);
         }
     }