Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Jan 24, 2024
1 parent 606238d commit 7b225d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/iam/src/console_passport/api/iam_cp_account_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl IamCpAccountApi {

/// Find App Set Items (Account)
#[oai(path = "/apps/item", method = "get")]
async fn find_items(
async fn find_apps_items(
&self,
cate_ids: Query<Option<String>>,
item_ids: Query<Option<String>>,
Expand Down Expand Up @@ -121,7 +121,7 @@ impl IamCpAccountApi {

/// Find Org Set Items (Account)
#[oai(path = "/org/item", method = "get")]
async fn find_items(
async fn find_org_items(
&self,
cate_ids: Query<Option<String>>,
item_ids: Query<Option<String>>,
Expand Down

0 comments on commit 7b225d4

Please sign in to comment.