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' => 'wx39fcf0fa016905354',
  13. 'APPSECRET' => 'de9ba956e1e65c124325a73d1ae8f7c4c',
  14. 'REDIRECT' => 'http://api.myjie.cn/api/weixin/result'
  15. ];