weixin.php 681 B

12345678910111213141516
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2018-2020 rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: TABLE ME
  8. // +----------------------------------------------------------------------
  9. // | Date: 2020-11-10 13:23
  10. // +----------------------------------------------------------------------
  11. return [
  12. 'APPID' => 'wx21448716e2a0b7df',
  13. 'APPSECRET' => '196324da0b037154c00ed3d29827eef7',
  14. 'REDIRECT' => 'http://www.boofly.cn/api/weixin/result'
  15. ];