|
@@ -34,9 +34,9 @@ return [
|
|
|
// 'mode' => 'dev', // optional,设置此参数,将进入沙箱模式
|
|
|
],
|
|
|
'wxpay' => [
|
|
|
- 'mp_appid' => 'wxc6274da7198e3eb4',
|
|
|
- 'mini_appid' => 'wxc4a09d3062d60a94',
|
|
|
'appid' => 'wx089c26eaf96c3d51', // APP APPID
|
|
|
+ 'app_id'=>'wxc6274da7198e3eb4',
|
|
|
+ 'miniapp_id' => 'wxc4a09d3062d60a94',
|
|
|
'mch_id' => '1680393367',
|
|
|
'key' => 'c451cedbab8058e3502a35c6dacf0919',
|
|
|
'notify_url' => getenv('NOTIFY_DOMAIN') . '/api.pay.notify.php',
|