|
@@ -15,7 +15,7 @@ class Applet extends Base
|
|
*/
|
|
*/
|
|
public function bind()
|
|
public function bind()
|
|
{
|
|
{
|
|
- $applet = Dever::config('base')->applet;
|
|
|
|
|
|
+ $applet = Dever::config('base', 'project')->applet;
|
|
$appid = $applet['appid'];
|
|
$appid = $applet['appid'];
|
|
$secret = $applet['secret'];
|
|
$secret = $applet['secret'];
|
|
$url = $applet['url'];
|
|
$url = $applet['url'];
|