diff --git a/src/Auth.php b/src/Auth.php index c1c20eb..c492a0b 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -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;