quanwei
2025-12-04 12913c1069347ea4b1f6ab87f480da0f8d8c646a
admin/app/api/controller/branch/Activity.php
@@ -39,7 +39,8 @@
    {
        $model = new ActivityModel;
        $list = $model->getList($category_id, $this->postData(), $this->getUser());
        return $this->renderSuccess('', compact('list'));
        $words = BranchSettingModel::getItem('words');
        return $this->renderSuccess('', compact('list', 'words'));
    }
    /**