liuxiulin 4 semanas atrás
pai
commit
a13a0bfb8e
1 arquivos alterados com 1 adições e 1 exclusões
  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"`
 }