From b571b1b31cc9135c0c43ca9c1e04223222468b77 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 17:57:54 +0800 Subject: [PATCH] info get profile --- server_api/info.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_api/info.api b/server_api/info.api index deab2b82..1770f022 100644 --- a/server_api/info.api +++ b/server_api/info.api @@ -17,7 +17,7 @@ service info { post /api/info/user/profile(QueryProfileRequest) returns (response); @handler UpdateProfileBaseHandler - post /api/info/user/profile/update(ProfileBaseRequest) returns (response); + post /api/info/user/profile/base/update(ProfileBaseRequest) returns (response); @handler AddressDefaultHandler post /api/info/address/default(AddressIdRequest) returns (response);