rpc接口问题

This commit is contained in:
wanggeng 2021-11-08 17:14:42 +08:00
parent cdd332c103
commit b68908d88a

View File

@ -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")