Administrator
2024-07-24 6b22ed4759f29c502c3f6e57cf484095ab85c073
真实下单位寻找方法完善
1个文件已修改
2 ■■■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -168,8 +168,6 @@
                break
        if not real_place_index:
            # 与真实下单下单时间超过500ms才能以虚拟单的位置作为真实下单位置
            if time.time() - order_time > 0.5:
                real_place_index_info = shadow_place_order_index, RELIABILITY_TYPE_VIRTUAL
        else:
            real_place_index_info = real_place_index, RELIABILITY_TYPE_REAL