Skip to content

Commit

Permalink
修复企业微信开放平台配置文件无法加载 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbangda committed Jun 16, 2022
1 parent 213bc46 commit 514b720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/easywechat.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// ],
//
// // v2 API 秘钥
// //'secret_key' => '26db3e15cfedb44abfbb5fe94fxxxxx',
// //'v2_secret_key' => '26db3e15cfedb44abfbb5fe94fxxxxx',
//
// // v3 API 秘钥
// //'secret_key' => '43A03299A3C3FED3D8CE7B820Fxxxxx',
Expand Down Expand Up @@ -142,7 +142,7 @@
/*
* 企业微信开放平台
*/
// 'work' => [
// 'open_work' => [
// 'default' => [
// 'corp_id' => env('WECHAT_OPEN_WORK_CORP_ID', ''),
// 'provider_secret' => env('WECHAT_OPEN_WORK_SECRET', ''),
Expand Down

0 comments on commit 514b720

Please sign in to comment.