mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-30 06:54:25 +08:00
完成移动端邀请页面功能
This commit is contained in:
10
api/store/vo/reward_rule.go
Normal file
10
api/store/vo/reward_rule.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package vo
|
||||
|
||||
type RewardRule struct {
|
||||
Id int `json:"id"` // 规则ID
|
||||
Title string `json:"title"` // 规则标题
|
||||
Desc string `json:"desc"` // 规则描述
|
||||
Icon string `json:"icon"` // 图标类名
|
||||
Color string `json:"color"` // 图标颜色
|
||||
Reward int `json:"reward"` // 奖励算力
|
||||
}
|
||||
Reference in New Issue
Block a user