This commit is contained in:
toom1996
2025-07-09 19:25:22 +08:00
parent 8ca0e04569
commit b1159b17cb
4 changed files with 15 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class WebsiteController extends AbstractController
$model->app_extra = $this->request->post('app_extra');
$model->app_template = $this->request->post('template');
$model->app_extra_tag = $this->request->post('app_extra_tag');
$model->app_baidu_zhanzhang = $this->request->post('app_baidu_zhanzhang');
$model->save();
return $this->response->json([]);
@ -112,6 +113,7 @@ class WebsiteController extends AbstractController
$query->app_extra = $this->request->post('app_extra');
$query->app_template = $this->request->post('template');
$query->app_extra_tag = $this->request->post('app_extra_tag');
$query->app_baidu_zhanzhang = $this->request->post('app_baidu_zhanzhang');
$query->save();