feat: UFO 转盘购票与专区图标(不影响现有俱乐部点单)
新增转盘活动/奖品/机会表与 Czjilu leixing=7 履约;专区 tupian_url;hqsp/详情下发 shi_zhuanpan。普通点单与抢单主链路保持不变。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -199,6 +199,7 @@ class GetProductBaseDataView(APIView):
|
||||
'shenhezhuangtai': z.shenhezhuangtai,
|
||||
'product_count': product_count,
|
||||
'club_id': getattr(z, 'club_id', '') or '',
|
||||
'tupian_url': getattr(z, 'tupian_url', '') or '',
|
||||
})
|
||||
|
||||
# 获取所有会员(只需 ID、介绍、价格)
|
||||
@@ -449,6 +450,7 @@ class GetProductListView(APIView):
|
||||
'paixu': z.paixu,
|
||||
'shenhezhuangtai': z.shenhezhuangtai,
|
||||
'product_count': product_count,
|
||||
'tupian_url': getattr(z, 'tupian_url', '') or '',
|
||||
})
|
||||
|
||||
# 获取所有会员(只需 ID、介绍、价格)
|
||||
|
||||
Reference in New Issue
Block a user