wzq 5 gadi atpakaļ
vecāks
revīzija
f952621ba8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Services/WechatService.php

+ 1 - 1
app/Services/WechatService.php

@@ -11,7 +11,7 @@ class WechatService
     {
     {
         $config = [
         $config = [
             'app_id'    => config('customer.wechat_id'),
             'app_id'    => config('customer.wechat_id'),
-            'secret'    => config('customer.wechat_id'),
+            'secret'    => config('customer.wechat_secret'),
         ];
         ];
         $this->app = Factory::officialAccount($config);
         $this->app = Factory::officialAccount($config);
     }
     }