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