dumb.php 381 B

123456789
  1. <?php
  2. defined('ONLY_ONLY_ONLY') or exit('Access Denied');
  3. define('LOG_CATALOG',"KLY_DUMB");
  4. try{
  5. $ajaxRes->Result=array("快来优-哑接口");
  6. }catch(Throwable $e){
  7. $friendMsg=get_class($e)=='GeneralException'?$e->friendmsg:"非常抱歉,处理业务时发生错误";
  8. throw new GeneralException("处理业务发生错误",$friendMsg,LOG_CATALOG,0,$e);
  9. }