Update Auth.php

This commit is contained in:
候学杰 2019-06-25 15:06:32 +08:00
parent 95bc222c56
commit f9a7767e2a

View File

@ -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;