文档
测试
POST
api/Login

请求参数

参数名
类型
描述
必填
Account
int
示例:80020111
必填
Password
string
示例:fuyuan
必填

响应参数

参数名
类型
描述
必填
Result
string
示例:False
必填
Type
string
Account/Manage
必填
Info
string
必填

示例

{ "Result": "False", "Type": "Account", "Info": "密码错误" }