Add: filesystem

This commit is contained in:
HFO4
2019-11-16 13:37:42 +08:00
parent d86a3533ca
commit 003274162b
6 changed files with 106 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ func ParamErrorMsg(filed string, tag string) string {
fieldMap := map[string]string{
"UserName": "邮箱",
"Password": "密码",
"Path": "路径",
}
// 未通过的规则与中文对应
tagMap := map[string]string{