代理身份提示文案更改

This commit is contained in:
tianfeng 2025-11-11 16:49:30 +08:00
parent 6f2b0e95f3
commit 13d4896055

View File

@ -236,7 +236,7 @@ public enum TeamErrorCode implements IResponseErrorCode {
/**
* 设备指纹已被其他代理使用
*/
DEVICE_FINGERPRINT_USED_BY_AGENCY(6054, "The device cannot add any more agency."),
DEVICE_FINGERPRINT_USED_BY_AGENCY(6054, "This user's current device is no longer able to add any more agency."),
;
private final Integer code;