- <?php
- /*
- * +----------------------------------------------------------------------+
- * | xiegeng admin system |
- * +----------------------------------------------------------------------+
- * | Administrator-7:19-2022-PhpStorm
- * +----------------------------------------------------------------------+
- * | Author: xiegeng <957723538@qq.com> |
- * | FILENAME: bugpush.php |
- * +----------------------------------------------------------------------+
- */
- return [
- 'company_wechat'=>[
- 'webhook'=>\think\Env::get('company_wechat.webhook')
- ]
- ];
|