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