Parcourir la source

xiyue share sign

zz il y a 5 ans
Parent
commit
fe14c1a5b3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Controllers/Wap/Book/ChapterController.php

+ 1 - 1
app/Http/Controllers/Wap/Book/ChapterController.php

@@ -1066,7 +1066,7 @@ class ChapterController extends BaseController
                 $this->en_bid,
                 $this->cid
             );
-            $this->chapter->share_config = $config->getJssdkConfig($url);
+            $this->chapter->share_config = $config->getJssdkConfig(url()->full());
         }
     }