Browse Source

解绑成功code返回

chengyao 4 years ago
parent
commit
f2c0743c40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mrman-service/src/main/java/com/diagbot/facade/QcTypeFacade.java

+ 1 - 1
mrman-service/src/main/java/com/diagbot/facade/QcTypeFacade.java

@@ -143,7 +143,7 @@ public class QcTypeFacade extends QcTypeServiceImpl {
                 );
             }
             RespDTO respDTO = new RespDTO();
-            respDTO.code = "00000006";
+            respDTO.code = "0";
             respDTO.msg = "解绑成功";
             return respDTO;