Forráskód Böngészése

Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

java110 5 éve%!(EXTRA string=óta)
szülő
commit
881f3e6156

+ 1 - 1
service-common/src/main/java/com/java110/common/api/MachineApi.java

@@ -59,7 +59,7 @@ public class MachineApi {
         if (!USER_ROLE_OWNER.equals(reqJson.getString("userRole"))) { //这种为 员工的情况呢
             reqJson.put("userId", userId);
         }
-        Assert.hasKeyAndValue(reqJson, "userId", "请求报文中未包含设备信息");
+        Assert.hasKeyAndValue(reqJson, "userId", "请求报文中未包含用户信息");
         return machineOpenDoorBMOImpl.openDoor(reqJson);
     }