This commit is contained in:
cdle
2021-10-11 20:21:26 +08:00
parent 0594da99b4
commit 7b34d7731a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func initSys() {
}
v := b.Get(s.Get(1))
if v == "" {
return errors.New("值")
return errors.New("值")
}
return v
},