소스 검색

更新!

TRX 1 년 전
부모
커밋
78124e3763
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OneCardIotServer/src/main/java/com/zhongshu/iot/server/core/controller/iot/IotSendController.java

+ 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);