This commit is contained in:
dongwei 2018-11-23 15:01:47 +08:00
parent 2d905e35a2
commit 3e9c7307f4

View File

@ -27,6 +27,7 @@ class OAuth
$this->host = $config['host'];
$this->id = $config['appid'];
$this->secret = $config['secret'];
return $this;
}
/**