feat: UFO 转盘购票与专区图标(不影响现有俱乐部点单)
新增转盘活动/奖品/机会表与 Czjilu leixing=7 履约;专区 tupian_url;hqsp/详情下发 shi_zhuanpan。普通点单与抢单主链路保持不变。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -813,6 +813,14 @@ class CreateOrderView(APIView):
|
||||
if not shangpin:
|
||||
return Response({'code': 4, 'msg': '商品不存在', 'data': None})
|
||||
|
||||
# 转盘购票商品禁止走普通点单,避免支付后直接进抢池
|
||||
if getattr(shangpin, 'shi_zhuanpan', False):
|
||||
return Response({
|
||||
'code': 4,
|
||||
'msg': '该商品为转盘购票,请使用转盘下单',
|
||||
'data': None,
|
||||
})
|
||||
|
||||
|
||||
is_valid, err_msg, _ = validate_shangpin_and_dianpu(shangpin_id)
|
||||
if not is_valid:
|
||||
|
||||
Reference in New Issue
Block a user