|
@@ -321,7 +321,7 @@ public class AppointmentService {
|
|
if (null == response) {
|
|
if (null == response) {
|
|
return ResultVoUtil.fail(ExceptionEnum.NETWORK_ERROR);
|
|
return ResultVoUtil.fail(ExceptionEnum.NETWORK_ERROR);
|
|
}
|
|
}
|
|
- Integer rescode = response.getInteger("code");
|
|
|
|
|
|
+ Integer rescode = response.getInteger("resultCode");
|
|
if (null == rescode) {
|
|
if (null == rescode) {
|
|
return ResultVoUtil.fail(ExceptionEnum.NETWORK_ERROR);
|
|
return ResultVoUtil.fail(ExceptionEnum.NETWORK_ERROR);
|
|
}
|
|
}
|