From 39dfc453dd9dbeaf97e6e21735b5df2a237ea910 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 19 Jul 2023 09:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E7=AD=BE?= =?UTF-8?q?=E7=AB=A0=E9=85=8D=E7=BD=AE=E9=87=8D=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Ca/Ca.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/Ca/Ca.php b/extend/Ca/Ca.php index da8b244..a8b8fdf 100644 --- a/extend/Ca/Ca.php +++ b/extend/Ca/Ca.php @@ -152,7 +152,7 @@ abstract class Ca throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); } - if ($response['result_code'] == "1104"){ + if ($body['result_code'] == "1104"){ // 用户标识已经存在,请检查! return true; }