Change-Id: Iae61662563bce6b50d5b8a551ecb22c3f3abf97f
This commit is contained in:
vguanyiwgd 2024-04-16 14:33:44 +08:00
parent 01ed6b4b24
commit 93bdefc75f
1 changed files with 1 additions and 1 deletions

View File

@ -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'];