This commit is contained in:
候学杰 2019-02-19 17:06:18 +08:00
parent 73660db7d3
commit 0805a74485

View File

@ -10,12 +10,12 @@ return [
'agents' => [ 'agents' => [
'notify' => [ 'notify' => [
'id' => '1000015', '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' => [ // 'contact' => [
// 'id' => '', // 'id' => '',
// 'secret' => '', // 'secret' => '',