Skip to content

Commit

Permalink
fix(report/offline): missing keyword_id in response
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Apr 22, 2024
1 parent 467af56 commit 27c23d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/report/offline/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ type Dimension struct {
ItemID string `json:"item_id,omitempty"`
// LiveRedID 直播间id
LiveRedID string `json:"live_red_id,omitempty"`
// KeywordID 关键词id
KeywordID uint64 `json:"keyword_id,omitempty"`
}

0 comments on commit 27c23d9

Please sign in to comment.