|
@@ -100,7 +100,7 @@ public class PlanController {
|
|
return R.fail("广告添加失败");
|
|
return R.fail("广告添加失败");
|
|
}
|
|
}
|
|
// 删除广告推送计划
|
|
// 删除广告推送计划
|
|
- @DeleteMapping("/{planId")
|
|
|
|
|
|
+ @DeleteMapping("/{planId}")
|
|
public R deletePlan(@PathVariable String planId){
|
|
public R deletePlan(@PathVariable String planId){
|
|
int i = planService.deletePlan(planId);
|
|
int i = planService.deletePlan(planId);
|
|
if (i == 1)
|
|
if (i == 1)
|