bugpush.php 694 B

12345678910111213141516
  1. <?php
  2. /*
  3. * +----------------------------------------------------------------------+
  4. * | xiegeng admin system |
  5. * +----------------------------------------------------------------------+
  6. * | Administrator-7:19-2022-PhpStorm
  7. * +----------------------------------------------------------------------+
  8. * | Author: xiegeng <957723538@qq.com> |
  9. * | FILENAME: bugpush.php |
  10. * +----------------------------------------------------------------------+
  11. */
  12. return [
  13. 'company_wechat'=>[
  14. 'webhook'=>\think\Env::get('company_wechat.webhook')
  15. ]
  16. ];