Explorar el Código

商品资料part1

Aslee hace 3 años
padre
commit
a272af0818
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("参数异常");