This commit is contained in:
eson
2023-10-26 15:28:44 +08:00
parent 850c8f0d39
commit 17c00236cf
5 changed files with 99 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ service info {
@handler UserGetProfileHandler
post /api/info/user/profile(QueryProfileRequest) returns (response);
@handler UserGetDefaultProfileHandler
get /api/info/user/profile/default(request) returns (response);
@handler UpdateProfileBaseHandler
post /api/info/user/profile/base/update(ProfileRequest) returns (response);