message
This commit is contained in:
parent
73660db7d3
commit
0805a74485
|
@ -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' => '',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user