TASK:订阅计划,测试修改
This commit is contained in:
@@ -58,5 +58,19 @@ public class SubscriptionPlanController {
|
||||
return Response.success();
|
||||
}
|
||||
|
||||
@ApiOperation("activeSubscriptionPlan")
|
||||
@GetMapping("/activeSubscriptionPlan")
|
||||
public Response<String> activeSubscriptionPlan() {
|
||||
subscriptionPlanService.activeSubscriptionPlan();
|
||||
return Response.success();
|
||||
}
|
||||
|
||||
@ApiOperation("expireSubscription")
|
||||
@GetMapping("/expireSubscription")
|
||||
public Response<String> expireSubscription() {
|
||||
subscriptionPlanService.expireSubscription();
|
||||
return Response.success();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user