MODEL('statis'); $statis = $statisM -> vipOver($uid, 2); $statis['pricename'] = $this->config['integral_pricename']; return $statis; } /** * 时间会员每日最大操作数量检测 */ function day_check($uid, $type) { $comM = $this -> MODEL('company'); $result = $comM -> comVipDayActionCheck($type, $uid); return $result; } } ?>