✨ Assocation with Wallet to give daily rewards
This commit is contained in:
@ -5,8 +5,9 @@ import "gorm.io/datatypes"
|
||||
type CheckInRecord struct {
|
||||
BaseModel
|
||||
|
||||
ResultTier int `json:"result_tier"`
|
||||
ResultExperience int `json:"result_experience"`
|
||||
ResultTier int `json:"result_tier"`
|
||||
ResultExperience int `json:"result_experience"`
|
||||
ResultCoin float64 `json:"result_coin"`
|
||||
|
||||
// The result modifiers are some random tips that will show up in the client;
|
||||
// This field is to use to make sure the tips will be the same when the client is reloaded.
|
||||
|
Reference in New Issue
Block a user