Skip to content

Commit

Permalink
fix(tools/site): button brick remove pointer from Behavior fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 28, 2022
1 parent 54ab120 commit bf517a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/tools/site/button_brick.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type ButtonEvent struct {
// Trigger 触发
Trigger *EventTrigger `json:"trigger,omitempty"`
// Behavior 事件行为描述,behavior目前已开放DownloadEvent 和LinkEvent以及TelephoneEvent
Behavior *Event `json:"behavior,omitempty"`
Behavior Event `json:"behavior,omitempty"`
}

// TriggerType 触发事件
Expand Down

0 comments on commit bf517a0

Please sign in to comment.