feat(jituan): 集团多俱乐部改造 — club 隔离、财务/提现/分红/展示配置

This commit is contained in:
XingQue
2026-06-24 05:02:18 +08:00
parent ce9b09f096
commit dcc4936428
82 changed files with 5748 additions and 924 deletions

View File

@@ -32,7 +32,7 @@ class PopupPageSerializer(serializers.ModelSerializer):
class Meta:
model = PopupPage
fields = [
'id', 'page_key', 'name', 'description',
'id', 'club_id', 'page_key', 'name', 'description',
'is_active', 'ignore_user_mute',
'created_at', 'updated_at', 'popups'
]