This commit is contained in:
laodaming
2023-11-21 10:38:11 +08:00
parent f946f2926a
commit 06b826769b
3 changed files with 13 additions and 11 deletions

View File

@@ -249,7 +249,7 @@ type GetLdapUserInfoReq {
UserDN string `form:"user_dn"` //用户dn
}
type GetLdapUserInfoRsp {
UserId int64 `json:"userId"`
UserId int64 `json:"user_id"`
UserDN string `json:"user_dn"`
UserName string `json:"user_name"` //用户名
Email string `json:"email"` //邮箱