13 lines
615 B
PHP
13 lines
615 B
PHP
<?php
|
|
return [
|
|
// 必要配置
|
|
'app_id' => 'wx06e00d57df939b34',
|
|
'mch_id' => '1507948941',
|
|
'key' => '50FEC295E6F7BC74212E9B892AECB3EF',
|
|
|
|
// 如需使用敏感接口(如退款、发送红包等)需要配置 API 证书路径(登录商户平台下载 API 证书)
|
|
'cert_path' => __DIR__ . '/cert/apiclient_cert.pem', // XXX: 绝对路径!!!!
|
|
'key_path' => __DIR__ . '/cert/apiclient_key.pem', // XXX: 绝对路径!!!!
|
|
|
|
'notify_url' => 'http://gameback.88t1.cn/home/web/index.php?r=pay/pay-call-back', // 你也可以在下单时单独设置来想覆盖它
|
|
]; |