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"
}

View File

@@ -0,0 +1,18 @@
POST http://127.0.0.1:5000/Api/V3/User/Login
Accept: */*
Cache-Control: no-cache
{}
<> 2019-11-05T074354.200.json
###
POST http://127.0.0.1:5000/Api/V3/User/Login
Accept: */*
Cache-Control: no-cache
<> 2019-11-05T074329.200.json
###