牧安云哨-后端

This commit is contained in:
BBIT-Kai
2025-12-23 09:55:06 +08:00
parent f018d96e60
commit b5a9714025
16 changed files with 1219 additions and 75 deletions
@@ -76,7 +76,7 @@ fun Application.User(config: AppConfig) {
} else {
// 账号密码不匹配
BaseResponse(status = false, message = "账号密码不匹配,请重新登录", data = null)
}
}
} else {
BaseResponse(status = false, message = "账号已被禁用,请联系管理员", data = null)
}