注册
This commit is contained in:
@@ -10,6 +10,10 @@ info (
|
||||
import "basic.api"
|
||||
|
||||
service home-user-auth {
|
||||
|
||||
@handler UserRegisterHandler
|
||||
post /api/user/register(RequestUserRegister) returns (response);
|
||||
|
||||
@handler UserLoginHandler
|
||||
post /api/user/login(RequestUserLogin) returns (response);
|
||||
|
||||
@@ -26,7 +30,7 @@ service home-user-auth {
|
||||
post /api/user/basic-info(RequestBasicInfoForm) returns (response);
|
||||
|
||||
@handler UserStatusConfigHandler
|
||||
post /api/user/status-config(request) returns (response);
|
||||
get /api/user/status-config(request) returns (response);
|
||||
|
||||
@handler UserBasicInfoHandler
|
||||
get /api/user/basic-info(request) returns (response);
|
||||
|
||||
Reference in New Issue
Block a user