TRX 1 anno fa
parent
commit
78124e3763

+ 1 - 1
OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/controller/iot/IotSendController.java

@@ -59,7 +59,7 @@ public class IotSendController {
     }
 
     @ResourceAuth(value = "user", type = AuthType.User)
-    @Operation(summary = "下发刷新物模型属性值的消息")
+    @Operation(summary = "下发刷新物模型属性值的消息 获取")
     @RequestMapping(value = "sendGetIotProperty", method = {RequestMethod.POST})
     public ResultContent sendGetIotProperty(@RequestBody @Valid IotThingSendParam param) {
         return iotSendMessageService.sendGetIotProperty(param);