فهرست منبع

商品资料part1

Aslee 3 سال پیش
والد
کامیت
a272af0818
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/caimei365/user/controller/ClubApi.java

+ 1 - 1
src/main/java/com/caimei365/user/controller/ClubApi.java

@@ -134,7 +134,7 @@ public class ClubApi {
             @ApiImplicitParam(required = true, name = "userId", value = "用户Id"),
             @ApiImplicitParam(required = true, name = "archiveId", value = "资料id")
     })
-    @PostMapping("/beans/history")
+    @PostMapping("/archive/deduction")
     public ResponseJson archiveDeduction(Integer userId, Integer archiveId) {
         if (userId == null || archiveId == null) {
             return ResponseJson.error("参数异常");