修改security服务名称
This commit is contained in:
@ -22,7 +22,7 @@ public interface UserCenterClient {
|
||||
* @param fileId
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping(method = RequestMethod.GET, value = "v1/userinfo/get1")
|
||||
@RequestMapping(method = RequestMethod.GET, value = "v1/userinfo/get")
|
||||
SecurityUser getUserInfo();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user