Update Auth.php
This commit is contained in:
parent
95bc222c56
commit
f9a7767e2a
|
@ -107,6 +107,10 @@ class Auth
|
|||
$this->id = $this->config['apps']['xiaoke']['id'];
|
||||
$this->secret = $this->config['apps']['xiaoke']['secret'];
|
||||
break;
|
||||
case 'finance':
|
||||
$this->id = $this->config['apps']['finance']['id'];
|
||||
$this->secret = $this->config['apps']['finance']['secret'];
|
||||
break;
|
||||
|
||||
}
|
||||
return $this;
|
||||
|
|
Loading…
Reference in New Issue
Block a user