登录
[TOC]
简要描述
- 登录
请求类型
- form-data
请求URL
http://192.168.0.91:1234
接口地址
/Repair/Factory/Login
请求方式
- POST
参数
参数名 | 必选 | 类型 | 默认值 | 说明 |
---|---|---|---|---|
UserId | 是 | string | 登录账号 | |
Password | 是 | string | 账号密码 |
返回示例
{
"Success": true,
"msg": "查询成功",
"rows": {
"Token": "mi9gAwC22huES1dpIF7fkhSdR1eKaeyya/Q87JK+oVikqwd1AZtLuwxymiHQvMglPCYhrrCZSlf/d7QrtJFl3DBUbjNY2nnG",
"Model": {
"Id": 1,
"UserId": "TestAdmin",
"TrueName": "测试账号",
"Password": "e10adc3949ba59abbe56e057f20f883e",
"DeCode": "123456",
"PayPwd": null,
"AddTime": null,
"FactoryName": "测试工厂",
"Logo": null,
"TechieName": null,
"TechiePhone": null,
"UserName": null,
"Phone": null,
"IsUse": "Y",
"ProvinceName": null,
"CityName": null,
"AreaName": null,
"DistrictName": null,
"Address": null,
"FullAddress": null,
"Amount": 0.00,
"Recharge": 0.00,
"FrozenAmount": 0.00,
"WarrantyAmount": 0.00,
"CertificateNumber": null,
"CertifPath": null,
"ParentId": 0,
"LoginNum": 67,
"LastLoginTime": "2023-09-15 17:08:37"
}
}
}
-