mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
增加设置验证码大小和针对alias注释
This commit is contained in:
@@ -280,4 +280,10 @@ public class JSONUtilTest {
|
||||
private Byte[] e = new Byte[1];
|
||||
}
|
||||
|
||||
@Test
|
||||
public void issue3540Test() {
|
||||
Long userId=10101010L;
|
||||
final String jsonStr = JSONUtil.toJsonStr(userId);
|
||||
Assert.assertEquals("{}", jsonStr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user