master
huanghai 5 years ago
parent 9ffeb4edf8
commit 734f118957

@ -316,7 +316,7 @@ func authorizePost(context *gin.Context) {
if !success {
context.JSON(http.StatusOK, Model.Res{
Code: http.StatusNotImplemented,
Msg: "用户名密码不正确",
Msg: "用户名密码不正确或已禁用",
})
return
}

Loading…
Cancel
Save