6
0
Fork 0
release
Jing Li 2022-06-02 10:32:24 +08:00
parent 1cc4cff2b2
commit 330602b829
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ class DrawActivityController extends AdminController
throw new BizException('活动已发布');
}
$drawActivity->delete();
return Admin::json()
->alert()
->status(true)