From cdc4032c31940ed30aa37f1281d48616ef9acc11 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Wed, 11 May 2022 15:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=9C=8D=E5=8A=A1=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/wechat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wechat.php b/config/wechat.php index 71dad1bf..4c9b093a 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -80,7 +80,7 @@ return [ // 商城 - 微信小程序支付 'mini_program' => [ 'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false), - 'app_id' => env('WECHAT_MINI_PROGRAM_APPID'), + 'app_id' => env('WECHAT_PAYMENT_APPID'), 'mch_id' => env('WECHAT_PAYMENT_MCH_ID'), 'key' => env('WECHAT_PAYMENT_KEY'), 'cert_path' => env('WECHAT_PAYMENT_CERT_PATH'), // 绝对地址