cancel_matched

async AsyncReconciliationMsEngine.cancel_matched(task_id, match_ids)

取消匹配

参数
  • task_id (str) – 匹配批次id

  • match_ids (List[str]) – 匹配id

示例

auto_process = ReconciliationMsEngines('ms_3')
auto_process.cancel_recon_match(
    'T20230417181208780',
    match_ids=["M000000033"]
)
返回类型

int