记得上下班打卡 | git大法好,push需谨慎

Commit 03a00099 authored by 胡佳晨's avatar 胡佳晨

提交 获取 券领取次数接口

parent 96071a6c
...@@ -115,7 +115,7 @@ public class GoblinPosController { ...@@ -115,7 +115,7 @@ public class GoblinPosController {
} }
@PostMapping("coupon/count") @PostMapping("coupon/count")
@ApiOperation("领券") @ApiOperation("券领取次数")
@ApiResponse(code = 200, message = "接口返回对象参数") @ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "List<String>", name = "storeCouponId", value = "平台券id"), @ApiImplicitParam(type = "form", required = true, dataType = "List<String>", name = "storeCouponId", value = "平台券id"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment