function __construct() { parent::__construct(); $this->load->library('wechat/menu_service'); $this->load->library('wechat/groups_service'); $this->load->library('wechat/user_service'); }
/** * 构造函数 */ function __construct() { parent::__construct(); }