From 2e21f2b0c99a2f2ab9aa22000472896e229db328 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期三, 12 七月 2023 09:58:39 +0800 Subject: [PATCH] 使用福利:上传用户头像接口 --- cloud-server-account/src/main/java/com/dsh/account/feignclient/other/HonorDeClient.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/HonorDeClient.java b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/HonorDeClient.java index 4bbd241..8e53cc5 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/HonorDeClient.java +++ b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/HonorDeClient.java @@ -10,7 +10,7 @@ @FeignClient(value = "mb-cloud-other") public interface HonorDeClient { - @PostMapping("/honor/stuHonors") + @PostMapping("/base/honor/stuHonors") public List<StuMedalVo> getStuHonors(@RequestBody List<Integer> honorIds); } -- Gitblit v1.7.1