feat: refactoring adjustments for reward page is ready

This commit is contained in:
RockYang
2024-03-18 18:28:34 +08:00
parent 30e6e963b3
commit e9a3510346
5 changed files with 32 additions and 18 deletions

View File

@@ -12,5 +12,5 @@ type Reward struct {
}
type RewardExchange struct {
Power int `json:"calls"`
Power int `json:"power"`
}