From fa62b5515ca469366a10f5c69a94e3d5a9077775 Mon Sep 17 00:00:00 2001 From: XingQue Date: Wed, 22 Jul 2026 19:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E7=82=B9=E5=8D=95=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E6=89=93=E6=89=8B=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=20virtual=5Fxiadan=20=E4=B8=B4=E6=97=B6=E6=8B=A6?= =?UTF-8?q?=E6=88=AA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- dingdan/views.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dingdan/views.py b/dingdan/views.py index 4ee1eb4..b6572a2 100644 --- a/dingdan/views.py +++ b/dingdan/views.py @@ -959,11 +959,7 @@ class VirtualCreateOrderView(APIView): jine = request.data.get('jine', 0) code = request.data.get('code') # 虚拟支付必需;商户支付可选(用于刷新openid) - # 2. 指定功能临时关闭(与原逻辑一致) - if zhiding: - return Response({'code': 8, 'msg': '指定功能尚未开启,请不要填写指定打手ID', 'data': None}) - - # 3. 必填字段验证 + # 2. 必填字段验证 if not shangpin_id: return Response({'code': 1, 'msg': '商品ID不能为空', 'data': None}) if not nicheng: