浏览代码

add field

liuxiulin 4 周之前
父节点
当前提交
a13a0bfb8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/scene/scene.go

+ 1 - 1
pkg/scene/scene.go

@@ -24,7 +24,7 @@ type InfoScene struct {
 	Key           string `json:"key"`
 	Name          string `json:"name"`
 	ConditionDesc string `json:"condition_desc"`
-	ActionDesc    string `json:"action_desc"`git
+	ActionDesc    string `json:"action_desc"`
 	SceneId       string `json:"scene_id"`
 	Config        string `json:"config"`
 }