Skip to content

Commit 8701115

Browse files
authored
Merge pull request #72 from mingyoung/patch-2
Update config.php
2 parents 90a2da1 + c412955 commit 8701115

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
/**
2525
* 开放平台第三方平台配置信息
2626
*/
27-
'open_platform' => [
27+
//'open_platform' => [
2828
/**
2929
* 事件推送URL
3030
*/
31-
'serve_url' => env('WECHAT_OPEN_PLATFORM_SERVE_URL', 'serve'),
32-
],
33-
31+
//'serve_url' => env('WECHAT_OPEN_PLATFORM_SERVE_URL', 'serve'),
32+
//],
33+
3434
/*
3535
* 日志配置
3636
*

0 commit comments

Comments
 (0)