Skip to content

Commit 514b720

Browse files
authored
修复企业微信开放平台配置文件无法加载 (#450)
1 parent 213bc46 commit 514b720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/easywechat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
// ],
111111
//
112112
// // v2 API 秘钥
113-
// //'secret_key' => '26db3e15cfedb44abfbb5fe94fxxxxx',
113+
// //'v2_secret_key' => '26db3e15cfedb44abfbb5fe94fxxxxx',
114114
//
115115
// // v3 API 秘钥
116116
// //'secret_key' => '43A03299A3C3FED3D8CE7B820Fxxxxx',
@@ -142,7 +142,7 @@
142142
/*
143143
* 企业微信开放平台
144144
*/
145-
// 'work' => [
145+
// 'open_work' => [
146146
// 'default' => [
147147
// 'corp_id' => env('WECHAT_OPEN_WORK_CORP_ID', ''),
148148
// 'provider_secret' => env('WECHAT_OPEN_WORK_SECRET', ''),

0 commit comments

Comments
 (0)