修改security服务名称

This commit is contained in:
ajaxfan
2021-05-17 11:12:06 +08:00
parent 633dd32231
commit b9d6e637e2

View File

@ -22,7 +22,7 @@ public interface UserCenterClient {
* @param fileId * @param fileId
* @return * @return
*/ */
@RequestMapping(method = RequestMethod.GET, value = "v1/userinfo/get1") @RequestMapping(method = RequestMethod.GET, value = "v1/userinfo/get")
SecurityUser getUserInfo(); SecurityUser getUserInfo();
} }