规范登录接口

This commit is contained in:
季圣华
2020-02-21 21:16:28 +08:00
parent 7450eab585
commit 804c6c4b0d
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ function loginFun() {
url: "/user/login",
dataType: "json",
data: ({
loginame: username,
loginName: username,
password: hex_md5(password)
}),
success: function (res) {