fix(core): harden settlement and wallet integration
This commit is contained in:
@@ -109,7 +109,7 @@ enum ErrorCode: int
|
||||
/** 库中无对应玩家(未建档) */
|
||||
case PlayerNotRegistered = 8003;
|
||||
|
||||
/** 未配置 `MAIN_SITE_SSO_JWT_SECRET`(通常 HTTP 503) */
|
||||
/** SSO / 原生 JWT 密钥缺失或存在不安全的共用配置(通常 HTTP 503) */
|
||||
case PlayerSsoSecretNotConfigured = 8004;
|
||||
|
||||
/** 账号已冻结或禁止登录(status ≠ active) */
|
||||
|
||||
Reference in New Issue
Block a user