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