xielin 5 lat temu
rodzic
commit
bfc471cde9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/WechatService.php

+ 1 - 1
app/Services/WechatService.php

@@ -20,6 +20,6 @@ class WechatService
     {
         $this->app->jssdk->setUrl($request['url']);
 
-        return $this->app->jssdk->buildConfig(['updateAppMessageShareData', 'updateTimelineShareData'], false);
+        return $this->app->jssdk->buildConfig(['updateAppMessageShareData', 'updateTimelineShareData'], true);
     }
 }