From 0b207d8aa8a93d15a54ee943e1021073845069cd Mon Sep 17 00:00:00 2001 From: xuyang Date: Mon, 11 May 2026 14:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=A7=92=E8=89=B2=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/game/activity.go | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/game/activity.go b/services/game/activity.go index 065a237..d8f79a2 100644 --- a/services/game/activity.go +++ b/services/game/activity.go @@ -81,17 +81,17 @@ type GetRoleReq struct { } type RoleItem struct { - RoleId int64 `json:"roleId"` - Name string `json:"name"` - Server int64 `json:"server"` - ServerName string `json:"serverName"` - Level int64 `json:"level"` - VipLevel int64 `json:"vipLevel"` - CreateTime int64 `json:"createTime"` - RoleLevelUpdateTime int64 `json:"roleLevelUpdateTime"` - Power int64 `json:"power"` - Profession string `json:"profession"` - Gold int64 `json:"gold"` + RoleId string `json:"roleId"` + Name string `json:"name"` + Server int64 `json:"server"` + ServerName string `json:"serverName"` + Level int64 `json:"level"` + VipLevel int64 `json:"vipLevel"` + CreateTime int64 `json:"createTime"` + RoleLevelUpdateTime int64 `json:"roleLevelUpdateTime"` + Power int64 `json:"power"` + Profession string `json:"profession"` + Gold int64 `json:"gold"` CouponCount any `json:"couponCount"` CouponActCount any `json:"couponActCount"` ZhuanshengLv int64 `json:"zhuansheng_lv"`