fix: 假单开启后无对应会员稳定走假池,避免真假交替

This commit is contained in:
XingQue
2026-07-30 20:03:42 +08:00
parent bb74140150
commit c8a3d0274d
3 changed files with 74 additions and 25 deletions

View File

@@ -401,6 +401,7 @@ class DashouDingdanHuoquView(APIView):
'page_size': page_size,
'total_pages': (total + page_size - 1) // page_size,
'clumber': user_clumber,
'is_fake_pool': False,
**badge,
}
})