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

Commit 85876ffc authored by 胡佳晨's avatar 胡佳晨

提交 获取 券领取次数接口

parent 03a00099
......@@ -116,11 +116,7 @@ public class GoblinPosController {
@PostMapping("coupon/count")
@ApiOperation("券领取次数")
@ApiResponse(code = 200, message = "接口返回对象参数")
@ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "List<String>", name = "storeCouponId", value = "平台券id"),
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "uid", value = "UID"),
})
@ResponseBody
public ResponseDto<List<CouponCountVo>> couponCount(@RequestBody CouponCountParam param) {
String uid = param.getUid();
List<String> storeCouponIds = param.getStoreCouponIds();
......
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