|
@@ -7,7 +7,8 @@ class Api
|
|
|
{
|
|
|
public function __construct()
|
|
|
{
|
|
|
- $this->config = Dever::config('base', 'project')->qrcode;
|
|
|
+ //$this->config = Dever::config('base', 'project')->qrcode;
|
|
|
+ $this->config = Dever::config('base', 'qrcode')->qrcode;
|
|
|
Dever::apply('lib/phpqrcode');
|
|
|
}
|
|
|
|