| xqd
@@ -21,7 +21,7 @@ class LoginController extends Controller
|
|
|
public function __construct()
|
|
|
{
|
|
|
$wechat_app = WechatAppModel::find(1);
|
|
|
- dd($wechat_app);
|
|
|
+ //dd($wechat_app);
|
|
|
$this->config = [
|
|
|
'app_id' => $wechat_app->appId,
|
|
|
'secret' => $wechat_app->appSecret,
|