mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-06 16:47:06 +08:00
优化环境变量及配置
This commit is contained in:
@@ -11,6 +11,6 @@ func TestCheckSafeString(t *testing.T) {
|
||||
}
|
||||
// 测试包含特殊字符的字符串
|
||||
if !StringUtil.CheckSafeString("abc123!") {
|
||||
t.Log("包含特殊字符的字符串")
|
||||
t.Errorf("CheckSafeString failed, input: %s", "abc123!")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user