From 69c7ffd9625d333d577ca607d41651c1e5338caa Mon Sep 17 00:00:00 2001 From: XingQue Date: Sun, 5 Jul 2026 17:06:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20dashou=20=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=A1=A5=E5=85=A8=20ZHIDING=5FHF=5FTEXT=20=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- orders/views/dashou.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orders/views/dashou.py b/orders/views/dashou.py index b465895..c86e1b8 100644 --- a/orders/views/dashou.py +++ b/orders/views/dashou.py @@ -84,6 +84,9 @@ from config.models import ( logger = logging.getLogger(__name__) +ZHIDING_HF_TEXT = {1: '想接', 2: '不想接', 3: '等会接'} + + class DashouDingdanHuoquView(APIView): """ 获取可抢订单列表(支持标签筛选)