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