Example #1
0
 public function __construct()
 {
     parent::__construct();
     //加载微信配置文件
     $this->_loadWXConfig();
     $this->_GSAccessToken();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_course_class = C('USER.course_class');
     $this->assign('courseclass', $this->_course_class);
 }