opt: record user_id for reward verify

This commit is contained in:
RockYang
2023-07-22 08:42:30 +08:00
parent e02badf7bb
commit 94d8d8a9d4
3 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ package model
type Reward struct {
BaseModel
UserId uint // 用户 ID
TxId string // 交易ID
Amount float64 // 打赏金额
Remark string // 打赏备注