会员签到接口限制问题
This commit is contained in:
parent
ac475ca456
commit
c715422814
@ -33,7 +33,7 @@ public class MemberSignBuyerController {
|
||||
@PreventDuplicateSubmissions
|
||||
@PostMapping
|
||||
@ApiOperation(value = "会员签到")
|
||||
@LimitPoint(limit = 1)
|
||||
@LimitPoint(limit = 2)
|
||||
public ResultMessage<Boolean> memberSign() {
|
||||
return ResultUtil.data(memberSignService.memberSign());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user