示例#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'];
 }