rpc接口问题
This commit is contained in:
parent
cdd332c103
commit
b68908d88a
@ -32,7 +32,7 @@ public interface IUserRemoteService {
|
||||
@RemoteGetMethod("/get/username/{username}")
|
||||
UserDTO getByUsername(@RemoteServerParams String userCenter, @RemotePathParams("username") String username, @RemoteQueryParams("access_token") String accessToken);
|
||||
|
||||
@RemotePostMethod("/ids")
|
||||
@RemotePostMethod("/list/ids")
|
||||
List<UserDTO> listByIds(@RemoteServerParams String userCenter, @RemoteQueryParams("access_token") String accessToken, @RequestBody IdsVO idsVO);
|
||||
|
||||
@RemotePostMethod("/list/username")
|
||||
|
Loading…
Reference in New Issue
Block a user