mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
new
This commit is contained in:
@@ -69,7 +69,7 @@ var bodyMod = []string{
|
||||
{{$obj.SC}}{{$obj.SC}}{{$obj.SC}}
|
||||
|
||||
#### Return parameter description:
|
||||
$oem.RespTab
|
||||
{{$oem.RespTab}}
|
||||
|
||||
#### Return example:
|
||||
|
||||
|
@@ -19,6 +19,9 @@ func GetLocalSystemLang(isSimple bool) (locale string) {
|
||||
if isSimple {
|
||||
locale, _ = splitLocale(locale)
|
||||
}
|
||||
if len(locale) == 0 {
|
||||
locale = "zh"
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user