TASK:十月优惠邮件发送接口;
This commit is contained in:
@@ -254,5 +254,12 @@ public class AccountController {
|
||||
return Response.success("success");
|
||||
}
|
||||
|
||||
@PostMapping("halfPricePromotion")
|
||||
@ApiOperation(value = "十月半价活动")
|
||||
public Response<Boolean> halfPricePromotion() {
|
||||
accountService.halfPricePromotion();
|
||||
return Response.success(true);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user