Browse Source

code和resultCode

lighter 2 years ago
parent
commit
cedc447136

+ 1 - 1
src/main/java/thyyxxk/wxservice_server/service/AppointmentService.java

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