Merge branch 'dev'

This commit is contained in:
wucongxing 2023-07-19 09:08:01 +08:00
commit b784512a0e

View File

@ -152,7 +152,7 @@ abstract class Ca
throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR));
} }
if ($response['result_code'] == "1104"){ if ($body['result_code'] == "1104"){
// 用户标识已经存在,请检查! // 用户标识已经存在,请检查!
return true; return true;
} }