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