【代码评审】IoT:OTA 的实现

This commit is contained in:
YunaiV
2025-03-16 22:28:10 +08:00
parent 9dfe2f6fdf
commit 8203e074ac
73 changed files with 73 additions and 228 deletions

View File

@@ -73,7 +73,7 @@ public class DefaultController {
@RequestMapping(value = { "/admin-api/iot/**"})
public CommonResult<Boolean> iot404() {
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[IOT 物联网 yudao-module-iot - 已禁用][参考 https://doc.iocoder.cn/iot/build/ 开启]");
"[IoT 物联网 yudao-module-iot - 已禁用][参考 https://doc.iocoder.cn/iot/build/ 开启]");
}
/**