feat: refactoring adjustments for reward page is ready

This commit is contained in:
RockYang
2024-03-18 18:28:34 +08:00
parent 4e39b93673
commit c5200aada8
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"`
}