1
This commit is contained in:
@@ -21,6 +21,7 @@ type UserDto struct {
|
||||
type UserVoteDto struct {
|
||||
Id string `json:"id"` // 图文/视频标识
|
||||
AppIden string `json:"app_iden"` // app唯一标识
|
||||
OpenId string `json:"open_id"` // open_id
|
||||
Title string `json:"title"` // 标题
|
||||
VotedAt string `json:"voted_at"` // 投票时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user