* @version : HUOSDK 8.0 */ namespace huo\logic\data; use huo\model\common\CommonModel; use huo\model\data\DayAgentGameCountryModel; use huo\model\data\DayAgentGameCountryVipModel; use huo\model\data\PayModel; use huo\model\district\CountryConfModel; use huo\model\member\MemberVipModel; use huo\model\member\VipModel; use think\Config; class ChannelDataLogic extends CommonModel { public function getList($start_time = null, $end_time = null, $pageSize = 0){ } }