Merge branch 'base' of gitee.com:paddy_technology/jiqu-mall-server into base
commit
5b18fc8002
|
|
@ -41,6 +41,8 @@ class DrawActivityController extends AdminController
|
||||||
throw new BizException('活动已发布');
|
throw new BizException('活动已发布');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$drawActivity->delete();
|
||||||
|
|
||||||
return Admin::json()
|
return Admin::json()
|
||||||
->alert()
|
->alert()
|
||||||
->status(true)
|
->status(true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue