6
0
Fork 0

Merge branch 'base' of gitee.com:paddy_technology/jiqu-mall-server into base

release
panliang 2022-06-02 10:33:11 +08:00
commit 5b18fc8002
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)