diff --git a/config/wx.php b/config/wx.php index 0d1ad48..6b71d0a 100644 --- a/config/wx.php +++ b/config/wx.php @@ -10,12 +10,12 @@ return [ 'agents' => [ 'notify' => [ 'id' => '1000015', - 'secret' => 'zH3N1fwrECl913R1r17MjDiNhMKSlJf2P3tSXmk_YG0', + 'secret' => env('WECHAT_WORK_NOTIFY_SECRET'), + ], + 'miniprogram' => [ + 'id' => '1000023', + 'secret' => env('WECHAT_WORK_MINI_PROGRAM_SECRET'), ], -// 'miniprogram' => [ -// 'id' => '', -// 'secret' => '', -// ], // 'contact' => [ // 'id' => '', // 'secret' => '',