From c6332a2118d9d8fe43d773495a403d4a9edf533d Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期二, 15 八月 2023 18:15:59 +0800 Subject: [PATCH] 管理后台:积分商品的购买详情,列表页面;todo核销操作 --- cloud-server-other/src/main/java/com/dsh/other/feignclient/HonorDeClient.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/feignclient/HonorDeClient.java b/cloud-server-other/src/main/java/com/dsh/other/feignclient/HonorDeClient.java index 05f5d00..9164a00 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/feignclient/HonorDeClient.java +++ b/cloud-server-other/src/main/java/com/dsh/other/feignclient/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