Assocation with Wallet to give daily rewards

This commit is contained in:
2025-01-29 02:37:57 +08:00
parent 867a556204
commit 09010d5867
4 changed files with 50 additions and 13 deletions

View File

@ -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.