You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
675 B

{
"item": [
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "用户名",
"value": "",
"key": "username"
},
{
"description": "密码(经过加密后的密文)",
"value": "",
"key": "password"
},
{
"description": "验证码",
"value": "",
"key": "captcha"
}
],
"raw": "{{domain}}/loginPerson/doLogin"
}
},
"name": "验证登录"
}
],
"name": "LoginPersonController"
}