Result = bizbase_recruitEntityHandle($subSystem, null, null, $handleMode, $ajaxdata, $GPC); break; case "WeiXinEntity": switch($handleMode){ case "confirmPaySuccess": break; default: throw new GeneralException("","entityDataHandle-{$bizCatalog}不支持或不可访问的handleMode!"); } $ajaxRes->Result = bizbase_weixinEntityHandle($subSystem, null, null, $handleMode, $ajaxdata, $GPC); break; case "AgreementEntity": switch($handleMode){ case "fetch": break; case "fetchall": break; case "update": break; default: throw new GeneralException("","entityDataHandle-{$bizCatalog}不支持的handleMode!"); } $ajaxRes->Result = bizbase_agreementEntityHandle($subSystem,$handleMode, $ajaxdata, $GPC); break; case "CyclePicShowEntity": switch($handleMode){ case "fetch": break; case "fetchall": break; default: throw new GeneralException("","entityDataHandle-{$bizCatalog}不支持的handleMode!"); } $ajaxRes->Result = bizbase_cyclePicShowEntityHandle($subSystem,$handleMode, $ajaxdata, $GPC); break; case "LbsEntity": switch($handleMode){ case "fetchAddressByLocation": break; default: throw new GeneralException("","entityDataHandle-{$bizCatalog}不支持的handleMode!"); } $ajaxRes->Result = bizbase_lbsEntityHandle($subSystem,$handleMode, $ajaxdata, $GPC); break; case "MActivityEntity": switch($handleMode){ case "fetch": break; default: throw new GeneralException("","entityDataHandle-{$bizCatalog}不支持的handleMode!"); } $ajaxRes->Result = bizbase_mactivityEntityHandle($subSystem, null, null, $handleMode, $ajaxdata, $GPC); break; default: throw new GeneralException("","不支持的bizCatalog!"); } }catch(Throwable $e){ $friendMsg=get_class($e)=='GeneralException'?$e->friendmsg:$e->getMessage(); throw new GeneralException("","通用的实体数据存取接口异常:".$friendMsg,LOG_CATALOG,0,$e); }