weixin.php 684 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' => 'wxa9130b2090dfb130',
  13. 'APPSECRET' => 'c816b2725d5071b6be0ab1286e9c8f21',
  14. 'REDIRECT' => 'http://api.lipinwawa.com/api/weixin/result'
  15. ];