Basic check for User controller

This commit is contained in:
HFO4
2019-11-05 19:49:56 +08:00
parent 74b5bf24a8
commit 6539ae20fa
8 changed files with 133 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"code": 40001,
"msg": "UserName required",
"error": "Key: 'UserLoginService.UserName' Error:Field validation for 'UserName' failed on the 'required' tag\nKey: 'UserLoginService.Password' Error:Field validation for 'Password' failed on the 'required' tag"
}