请求URL
/loginPerson/doLogin
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
username | string | 否 | 用户名 |
password | string | 否 | 密码(经过加密后的密文) |
captcha | string | 否 | 验证码 |
返回结果
{}
请求URL
/loginPerson/ResetPwd
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
person_id | string | 否 | 重置用户密码的人员id |
返回结果
{}
请求URL
/loginPerson/changePwd
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
old_pwd | string | 否 | 旧密码 |
new_pwd | string | 否 | 新密码 |
返回结果
{}
请求URL
/loginPerson/getPrintCityManager
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
page | int | 否 | 页面 |
limit | int | 否 | 每页数量 |
返回结果
{}
请求URL
/loginPerson/getPrintCityBureau
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
page | int | 否 | 页码 |
limit | int | 否 | 每页数量 |
返回结果
{}
请求URL
/loginPerson/getPrintAreaManager
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
page | int | 否 | 页码 |
limit | int | 否 | 每页数量 |
返回结果
{}
请求URL
/loginPerson/getPrintAreaBureau
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
page | int | 否 | 页码 |
limit | int | 否 | 每页数量 |
area_id | string | 否 | 县区ID |
返回结果
{}
请求URL
/loginPerson/getPrintAreaBureauForExcel
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
area_id | string | 否 | 县区id |
返回结果
{}
请求URL
/loginPerson/updateTelephoneEmail
GET
POST
请求参数 application/x-www-form-urlencoded
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
telephone | string | 否 | 手机号 |
string | 否 | 邮箱 |
返回结果
{}