代码拉取完成,页面将自动刷新
package model
import "gitee.com/zhaokangming/tiny-ticktok/pkg/app"
// User 用户信息列表
type User struct {
Id int64 `json:"id,omitempty"` // 用户id
Name string `json:"name,omitempty"` // 用户名称
FollowCount int64 `json:"follow_count,omitempty"` // 粉丝总数
FollowerCount int64 `json:"follower_count,omitempty"` // 粉丝总数
IsFollow bool `json:"is_follow,omitempty"` // true-已关注,false-未关注
}
// UserLoginResponse 用于登陆/注册返回的结构体
type UserLoginResponse struct {
app.Response
UserId int64 `json:"user_id,omitempty"`
Token string `json:"token"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。