🐛 修复 OneDrive 的 Token 某些情况下, 可能超出 2000 字符的 BUG

This commit is contained in:
zhaojun1998
2020-02-03 20:52:49 +08:00
parent 07c9fca210
commit 77b05c6dac

View File

@@ -27,7 +27,7 @@ public class StorageConfig {
private String title;
@Column(length = 2048)
@Column(length = 4000)
private String value;
public Integer getId() {