Skip to content

Commit

Permalink
【功能修复】商城:promotion 服务启动失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Sep 9, 2024
1 parent 134b8e4 commit 1209a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CommonResult<List<CouponRespDTO>> getCouponListByUserId(@RequestParam("userId")
@Parameter(name = "giveCoupons", description = "key: 优惠劵模版编号,value:对应的数量", required = true),
@Parameter(name = "userId", description = "用户编号", required = true)
})
CommonResult<List<Long>> takeCouponsByAdmin(@RequestParam("giveCoupons") Map<Long, Integer> giveCoupons,
CommonResult<List<Long>> takeCouponsByAdmin(@RequestBody Map<Long, Integer> giveCoupons,
@RequestParam("userId") Long userId);

@PostMapping(PREFIX + "/invalidate-by-admin")
Expand Down

0 comments on commit 1209a63

Please sign in to comment.