用户赞助模块补丁
This commit is contained in:
parent
18b5d94a4d
commit
930876a93f
@ -61,6 +61,7 @@ func (*SponsorServiceImpl) AddSponsor(req *ghttp.Request, entity entity.SponsorA
|
|||||||
Url: entity.Url,
|
Url: entity.Url,
|
||||||
Type: entity.Type,
|
Type: entity.Type,
|
||||||
Money: entity.Money,
|
Money: entity.Money,
|
||||||
|
StatementOfAccount: entity.StatementOfAccount,
|
||||||
CreatedAt: time.Time{},
|
CreatedAt: time.Time{},
|
||||||
Check: check,
|
Check: check,
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ type SponsorDO struct {
|
|||||||
Url *string `json:"url"`
|
Url *string `json:"url"`
|
||||||
Type uint8 `json:"type"`
|
Type uint8 `json:"type"`
|
||||||
Money uint64 `json:"money"`
|
Money uint64 `json:"money"`
|
||||||
|
StatementOfAccount *string `json:"statement_of_account"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
Check bool `json:"check"`
|
Check bool `json:"check"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user