mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
26 lines
1.0 KiB
PHP
26 lines
1.0 KiB
PHP
<?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',
|
||
];
|