[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

@@ -114,5 +114,6 @@ public class ExternalUserData {
private String lastAllNetId;
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String lastClientId;
}

View File

@@ -114,5 +114,6 @@ public class ExternalUserData {
private String lastAllNetId;
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String lastClientId;
}

View File

@@ -1,5 +1,6 @@
package icu.samnyan.aqua.api.model.resp.sega.maimai2.external;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@@ -49,6 +50,7 @@ public class ExternalUserData implements Serializable {
private int lastAllNetId;
private int lastRegionId;
private String lastRegionName;
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String lastClientId;
private String lastCountryCode;
private int lastSelectEMoney;

View File

@@ -1,5 +1,6 @@
package icu.samnyan.aqua.api.model.resp.sega.ongeki.external;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@@ -124,6 +125,7 @@ public class ExternalUserData implements Serializable {
private int lastAllNetId;
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String lastClientId;
private int lastUsedDeckId;