minapp.php 1.0 KB

12345678910111213141516171819202122232425
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | Think.Admin
  4. // +----------------------------------------------------------------------
  5. // | 版权所有 2016~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
  6. // +----------------------------------------------------------------------
  7. // | 官方网站: http://think.ctolog.com
  8. // +----------------------------------------------------------------------
  9. // | 开源协议 ( http://www.apache.org/licenses/LICENSE-2.0 )
  10. // +----------------------------------------------------------------------
  11. // | github开源项目:https://github.com/zoujingli/Think.Admin
  12. // +----------------------------------------------------------------------
  13. /**
  14. * 小程序配置参数
  15. * @return array
  16. */
  17. return [
  18. 'appid' => 'wx19f64200446c3582',
  19. 'appsecret' => 'fd4a29abd3c1d49e04c11f8ee914a245',
  20. 'mch_id' => '1411857402',
  21. 'partnerkey' => '0ed5103f88f9b3417c8cba24b8cc268d',
  22. 'cachepath' => RUNTIME_PATH . 'wechat/pay',
  23. ];