add user and token format verify

This commit is contained in:
杨黄林
2023-08-30 23:56:24 +08:00
parent d09fc2fe91
commit 1fdc0fc63a
4 changed files with 43 additions and 28 deletions

View File

@@ -29,8 +29,8 @@
"Other error": "Other error",
"Param error": "Param error",
"User exist": "User exist",
"User cannot be empty": "User cannot be empty",
"Token cannot be empty": "Token cannot be empty",
"User format error": "User cannot be empty or include space char. It only allowed alphanumeric and underline.",
"Token format error": "Token cannot be empty or include space char. It allow include those special char: _!@#$%^&*()",
"Please check at least one user": "Please Check at least one user",
"Operation confirm": "Operation confirm",
"Empty data": "Empty data",