refactor(common): 统一使用 common.TomeeHeader 替代 player.TomeeHeader

将多处
This commit is contained in:
2025-11-19 16:11:02 +08:00
parent 31439b707c
commit c0b09c92c4
57 changed files with 455 additions and 480 deletions

View File

@@ -493,7 +493,7 @@ var ErrorCodes = enum.New[struct {
ErrBatteryLowForDefense ErrorCode `enum:"18030"`
// 正在精灵对战中
// 你们战队还没有报名参加对抗赛
ErrInBattle ErrorCode `enum:"11024"`
ErrInBattle ErrorCode `enum:"11024"`
ErrTeamNotRegistered ErrorCode `enum:"18221"`
// 你的战队的其他成员已经报名参加保卫战,请耐心等待比赛集合令提示。
ErrTeammateRegistered ErrorCode `enum:"18222"`
@@ -606,6 +606,4 @@ var ErrorCodes = enum.New[struct {
ErrCannotInjectPillAgain ErrorCode `enum:"10504"`
// 不能注入过多能量珠
ErrTooManyEnergyOrbs ErrorCode `enum:"10505"`
// 登录服务器错误,请尝试登录上次登录的服务器进入游戏
ErrLoginServerError ErrorCode `enum:"500103"`
}]()