wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
f952621ba8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/WechatService.php

+ 1 - 1
app/Services/WechatService.php

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