From 93bdefc75fa004cc50fa499c78abb1050f12118b Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Tue, 16 Apr 2024 14:33:44 +0800 Subject: [PATCH] update Change-Id: Iae61662563bce6b50d5b8a551ecb22c3f3abf97f --- show/get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show/get.php b/show/get.php index 64e1674..bd00716 100644 --- a/show/get.php +++ b/show/get.php @@ -228,7 +228,7 @@ if($act == 'applet_unifiedorder') { if($isjsapi) { $openid = $user['applet_openid']; if(!$openid) { - echoRs(0, '非小程序注册用户!不能使用小程序支付!'); + echoRs(0, '获取openid失败,请在小程序里重新登录再试!'); } } $host = $_SERVER['HTTP_HOST'];