8 Star 4 Fork 0

陈可桐 / 字节跳动青训营-仿造简易抖音

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
comment.go 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈可桐 提交于 2022-06-17 17:02 . 修改代码结构
package response
type Comment struct {
ID int64 `json:"id,omitempty"`
User User `json:"user"`
Content string `json:"content,omitempty"`
CreateDate string `json:"create_dat,"`
}
type CommentListResponse struct {
Response
CommentList []Comment `json:"comment_list,omitempty"`
}
type CommentResponse struct {
Response
Comment Comment `json:"comment,omitempty"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Whitroom/imitate-tiktok.git
git@gitee.com:Whitroom/imitate-tiktok.git
Whitroom
imitate-tiktok
字节跳动青训营-仿造简易抖音
3ac9adb29a57

搜索帮助

344bd9b3 5694891 D2dac590 5694891