mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-28 22:14:28 +08:00
完成移动端邀请页面功能
This commit is contained in:
9
api/store/vo/invite_stats.go
Normal file
9
api/store/vo/invite_stats.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
type InviteStats struct {
|
||||
InviteCount int `json:"invite_count"` // 累计邀请数
|
||||
RewardTotal int `json:"reward_total"` // 获得奖励总数
|
||||
TodayInvite int `json:"today_invite"` // 今日邀请数
|
||||
InviteCode string `json:"invite_code"` // 邀请码
|
||||
InviteLink string `json:"invite_link"` // 邀请链接
|
||||
}
|
||||
Reference in New Issue
Block a user