[fix] 修复远程调用接口错误的问题

pull/445/head
hsdllcw 1 year ago
parent 84570cb6cf
commit dcbb745d59

@ -29,7 +29,7 @@ public interface RemoteUserService
* @param source
* @return
*/
@GetMapping({"/user/", "/user/{userId}"})
@GetMapping("/user/{userId}")
public R<LoginUser> getInfo(@PathVariable("userId") Long userId, @RequestHeader(SecurityConstants.FROM_SOURCE) String source);
/**
*

Loading…
Cancel
Save