no message

Change-Id: I04d1b5c6c4ad27155a0446262bcd641667ac862a
This commit is contained in:
gyw 2024-04-15 14:38:07 +08:00
parent 46493d2ca7
commit 16816eb3b6
1 changed files with 3 additions and 3 deletions

View File

@ -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, '不支持小程序支付!');