建议修改APP通过JSON请求体传递用户名和密码,比如:
{
"username": "abc",
"password": "123"
}
评论