コード例 #1
0
ファイル: Manager.php プロジェクト: webx32/foyal_wechat
 function __construct()
 {
     parent::__construct();
     $this->load->library('wechat/menu_service');
     $this->load->library('wechat/groups_service');
     $this->load->library('wechat/user_service');
 }
コード例 #2
0
ファイル: Wechat.php プロジェクト: webx32/foyal_wechat
 /**
  * 构造函数
  */
 function __construct()
 {
     parent::__construct();
 }