[F] export api and game api leaking lastClientId

This commit is contained in:
Clansty
2024-08-05 21:36:20 +08:00
parent 9ef0d0edfb
commit fc10c05731
9 changed files with 13 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ class Mai2UserDetail(
var lastAllNetId: Int = 0,
var lastRegionId: Int = 0,
var lastRegionName: String = "",
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
override var lastClientId: String = "",
var lastCountryCode: String = "",
var lastSelectEMoney: Int = 0,
@@ -153,4 +155,4 @@ class Mai2UserDetail(
@get:JsonIgnore
override val totalScore: Long
get() = totalDeluxscore
}
}