Update Auth.php
This commit is contained in:
parent
e840500c8a
commit
3756ab2851
|
@ -102,6 +102,11 @@ class Auth
|
||||||
$this->id = $this->config['apps']['payment']['id'];
|
$this->id = $this->config['apps']['payment']['id'];
|
||||||
$this->secret = $this->config['apps']['payment']['secret'];
|
$this->secret = $this->config['apps']['payment']['secret'];
|
||||||
break;
|
break;
|
||||||
|
case 'xiaoke':
|
||||||
|
case 'xiaoke_api':
|
||||||
|
$this->id = $this->config['apps']['xiaoke']['id'];
|
||||||
|
$this->secret = $this->config['apps']['xiaoke']['secret'];
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user