Skip to content

IIdentityUserAppService client proxy Cannot use parameters normally ? #5485

@redcatH

Description

@redcatH

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 ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions