info get profile
This commit is contained in:
parent
62565fac4e
commit
b571b1b31c
|
@ -17,7 +17,7 @@ service info {
|
||||||
post /api/info/user/profile(QueryProfileRequest) returns (response);
|
post /api/info/user/profile(QueryProfileRequest) returns (response);
|
||||||
|
|
||||||
@handler UpdateProfileBaseHandler
|
@handler UpdateProfileBaseHandler
|
||||||
post /api/info/user/profile/update(ProfileBaseRequest) returns (response);
|
post /api/info/user/profile/base/update(ProfileBaseRequest) returns (response);
|
||||||
|
|
||||||
@handler AddressDefaultHandler
|
@handler AddressDefaultHandler
|
||||||
post /api/info/address/default(AddressIdRequest) returns (response);
|
post /api/info/address/default(AddressIdRequest) returns (response);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user