From 16816eb3b63bc309e85afb10b3681800114617fc Mon Sep 17 00:00:00 2001 From: gyw <584683237@qq.com> Date: Mon, 15 Apr 2024 14:38:07 +0800 Subject: [PATCH] no message Change-Id: I04d1b5c6c4ad27155a0446262bcd641667ac862a --- show/get.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/show/get.php b/show/get.php index 90df10f..e2842bf 100644 --- a/show/get.php +++ b/show/get.php @@ -216,9 +216,9 @@ if($act == 'applet_unifiedorder') { $cInfo = $db->get_one("select * from tb_company where id=". $company_id); if(!$cInfo) exit; - $applet_appid = $cInfo['wxpay_appid']; - $applet_mch_id = $cInfo['wxpay_mch_id']; - $applet_key = $cInfo['wxpay_key']; + $applet_appid = $cInfo['applet_appid']; + $applet_mch_id = $cInfo['applet_mch_id']; + $applet_key = $cInfo['applet_key']; if(!$applet_mch_id || !$applet_appid || !$applet_key) { echoRs(0, '不支持小程序支付!');