|
@@ -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("参数异常");
|