<?php /** * 获取当前org_id * @return int */ function cur_org_id(){ return input('orgId/d',0); } //兼容后台 function is_login(){ return input('userId/d',0); }