예제 #1
0
파일: hy.php 프로젝트: helenseo/pay
 public function __construct()
 {
     parent::__construct();
     //$this->check_url = $this->CI->config->config['hy_check_user_url']; //检查账号是否存在的接口
     $this->hy_secret_key = $this->CI->config->config['paySecretKey'];
     //游戏平台密钥
     $this->hy_topup_url = $this->CI->config->config['hy_topup_url'];
     //发送元宝的接口
 }
예제 #2
0
파일: sxd.php 프로젝트: helenseo/pay
 public function __construct()
 {
     parent::__construct();
     $this->check_url = $this->CI->config->config['sxd_check_user_url'];
     //神仙道检查账号是否存在的接口
     $this->sxd_secret_key = $this->CI->config->config['secretKey'];
     //神仙道游戏平台密钥
     $this->sxd_topup_url = $this->CI->config->config['sxd_topup_url'];
     //神仙道发送元宝的接口
 }
예제 #3
0
파일: flsg.php 프로젝트: helenseo/pay
 public function __construct()
 {
     parent::__construct();
 }
예제 #4
0
파일: hg.php 프로젝트: helenseo/pay
 public function __construct()
 {
     parent::__construct();
     $this->hg_secret_key = $this->CI->config->config['secretKey'];
     //黑暗之光游戏平台密钥
 }
예제 #5
0
파일: junwang.php 프로젝트: helenseo/pay
 public function __construct()
 {
     parent::__construct();
     $this->sign_key = $this->CI->config->config['junwang_sign_key'];
     $this->topup_url = $this->CI->config->config['junwang_topup_url'];
 }