update:绑定设备时,板子类型优先获取品牌商版名称 (#903)

* update:Server端兼容老设备缺失"client-id"请求头

* update:优化iot日志

* update:绑定设备时,板子类型优先获取品牌商版名称

* update:更新版本号
This commit is contained in:
hrz
2025-04-20 01:40:21 +08:00
committed by GitHub
parent 6c04a6cf69
commit 8b9174b67e
2 changed files with 2 additions and 2 deletions
@@ -167,5 +167,5 @@ public interface Constant {
/**
* 版本号
*/
public static final String VERSION = "0.3.7";
public static final String VERSION = "0.3.8";
}