[*] android信令接入

This commit is contained in:
acgist
2023-03-29 08:16:04 +08:00
parent fcca3c90aa
commit f68119fd30
32 changed files with 397 additions and 128 deletions

View File

@@ -52,7 +52,7 @@ public class SocketProperties {
@Schema(title = "加密策略", description = "加密策略")
private Encrypt encrypt;
@Schema(title = "加密密钥", description = "加密密钥:为空自动生成")
private String encryptKey;
private String encryptSecret;
@Schema(title = "超时时间", description = "超时时间")
private Long timeout;
@Schema(title = "队列长度", description = "队列长度")