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