@@ -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);
}