12345678910111213141516171819202122232425 |
- <?php
- // +----------------------------------------------------------------------
- // | Think.Admin
- // +----------------------------------------------------------------------
- // | 版权所有 2016~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
- // +----------------------------------------------------------------------
- // | 官方网站: http://think.ctolog.com
- // +----------------------------------------------------------------------
- // | 开源协议 ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | github开源项目:https://github.com/zoujingli/Think.Admin
- // +----------------------------------------------------------------------
- /**
- * 小程序配置参数
- * @return array
- */
- return [
- 'appid' => 'wx19f64200446c3582',
- 'appsecret' => 'fd4a29abd3c1d49e04c11f8ee914a245',
- 'mch_id' => '1411857402',
- 'partnerkey' => '0ed5103f88f9b3417c8cba24b8cc268d',
- 'cachepath' => RUNTIME_PATH . 'wechat/pay',
- ];
|