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->id = $this->config['apps']['xiaoke']['id'];
|
||||||
$this->secret = $this->config['apps']['xiaoke']['secret'];
|
$this->secret = $this->config['apps']['xiaoke']['secret'];
|
||||||
break;
|
break;
|
||||||
|
case 'finance':
|
||||||
|
$this->id = $this->config['apps']['finance']['id'];
|
||||||
|
$this->secret = $this->config['apps']['finance']['secret'];
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user