dyjh 6 years ago
parent
commit
85a0d905fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/V1/LoginController.php

+ 1 - 1
app/Http/Controllers/Api/V1/LoginController.php

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,