Skip to content

Commit

Permalink
modify im service
Browse files Browse the repository at this point in the history
add bitable service
add meeting_room service
  • Loading branch information
zhaomingqiang committed Apr 21, 2021
1 parent d338c47 commit 1ecdb9e
Show file tree
Hide file tree
Showing 11 changed files with 2,701 additions and 1,295 deletions.
8 changes: 4 additions & 4 deletions api/core/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ func validateFunc(ctx *core.Context, req *request.Request) {
req.Err = errors.ErrTenantKeyIsEmpty
return
}
if req.AccessTokenType == request.AccessTokenTypeUser && req.UserAccessToken == "" {
req.Err = errors.ErrUserAccessTokenKeyIsEmpty
return
}
}
if req.AccessTokenType == request.AccessTokenTypeUser && req.UserAccessToken == "" {
req.Err = errors.ErrUserAccessTokenKeyIsEmpty
return
}
}

Expand Down
Loading

0 comments on commit 1ecdb9e

Please sign in to comment.