Exemplo n.º 1
0
Arquivo: hy.php Projeto: 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'];
     //发送元宝的接口
 }
Exemplo n.º 2
0
Arquivo: sxd.php Projeto: 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'];
     //神仙道发送元宝的接口
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 4
0
Arquivo: hg.php Projeto: helenseo/pay
 public function __construct()
 {
     parent::__construct();
     $this->hg_secret_key = $this->CI->config->config['secretKey'];
     //黑暗之光游戏平台密钥
 }
Exemplo n.º 5
0
 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'];
 }