This commit is contained in:
2024-09-04 16:08:39 +08:00
parent 554e2a7b92
commit 8838b12415
5 changed files with 92 additions and 1 deletions
+1
View File
@@ -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"` // 投票时间
}