Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IIdentityUserAppService client proxy Cannot use parameters normally ? #5485

Closed
redcatH opened this issue Sep 18, 2020 · 0 comments
Closed
Assignees
Milestone

Comments

@redcatH
Copy link
Contributor

redcatH commented Sep 18, 2020

Cannot use parameters normally IIdentityUserAppService client proxy

use Normal IIdentityUserLookupAppService client proxy
QQ图片20200918184820

string username="123"
IIdentityUserLookupAppService.FindByUserNameAsync(username);

Sending HTTP request GET https://localhost:44329/api/identity/users/lookup/by-username/123?api-version=1.0

string username="123"
IIdentityUserAppService.FindByUsernameAsync(username)

Start processing HTTP request GET https://localhost:44329/api/identity/users/by-username/{userName}?api-version=1.0

why IIdentityUserAppService.FindByUsernameAsync {userName}!= 123 ?

@maliming maliming self-assigned this Sep 18, 2020
@maliming maliming added this to the 3.2-final milestone Sep 18, 2020
maliming added a commit that referenced this issue Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants