This commit is contained in:
xxj
2021-01-18 17:20:12 +08:00
parent d47b08dd41
commit feb1f4bc8e
2 changed files with 4 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ var bodyMod = []string{
{{$obj.SC}}{{$obj.SC}}{{$obj.SC}}
#### Return parameter description:
$oem.RespTab
{{$oem.RespTab}}
#### Return example:

View File

@@ -19,6 +19,9 @@ func GetLocalSystemLang(isSimple bool) (locale string) {
if isSimple {
locale, _ = splitLocale(locale)
}
if len(locale) == 0 {
locale = "zh"
}
return
}