Skip to content

cancel_order 撤单后,立马查询委托单,发现查询已撤单的order的状态还是ALIVE #518

@baseobject

Description

@baseobject

api.cancel_order(“order123”)
api.wait_update()

orders = api.get_order()
api.wait_update()

查询发现order123的委托单状态还是 "status": "ALIVE",
每次都需要账号重新登录查询,结果显示为 "last_msg": "已撤单", "status": "FINISHED"正确

这个是什么问题???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions