コード例 #1
0
ファイル: Server.php プロジェクト: VampireMe/admin-9939-com
 public function __construct($config = [])
 {
     if (!empty($config)) {
         $this->configure($config);
     }
     parent::__construct($this->AppKey, $this->AppSecret, $this->Format);
     $this->init();
 }