先锋赛季账号汇总数据接口

This commit is contained in:
2025-02-26 11:43:04 +08:00
parent 92fbd8dfd0
commit 2ca1138fbb
9 changed files with 308 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Code generated by goctl. DO NOT EDIT.
// goctl 1.7.3
// goctl 1.7.6
package types
@@ -96,6 +96,14 @@ type KGeNTaskCheckReq struct {
Type int8 `form:"type"` // 1.在官网注册(是否) 2.链接钱包(是否) 3.下载并绑定游戏账号(是否)
}
type PioneerReward struct {
InGame float64 `json:"in_game"` // 游戏代币
Stake float64 `json:"stake"` // 挖矿代币
Ambassador float64 `json:"ambassador"` // 大使额外代币
NftBonus float64 `json:"nft_bonus"` // nft 加成
Total float64 `json:"total"` // 总额
}
type Result struct {
IsValid bool `json:"isValid"`
}