优化代码
This commit is contained in:
@@ -118,7 +118,6 @@ func (d *Device) ParseProperties(v interface{}) error {
|
||||
|
||||
// SelfCheck 进行参数自检, 返回检测结果
|
||||
// 方法会根据自身类型进行参数检查, 参数不全时返回false
|
||||
// TODO 没写单测
|
||||
func (d *Device) SelfCheck() bool {
|
||||
// 使用清晰的 switch 结构,确保所有情况都被覆盖
|
||||
switch d.Type {
|
||||
|
||||
Reference in New Issue
Block a user