添加获取默认code

This commit is contained in:
Yun
2024-07-07 18:17:28 +08:00
parent 7e9199ad93
commit 570d7cc0f7
+4
View File
@@ -86,3 +86,7 @@ func GetFormat(lang string, key string, arr map[string]string) string {
}
return str
}
func GetDefaultCode() int {
return l.ops.defaultCode
}