• 根据场景ID获取工单列表,需要是本场景的当前负责人

    Parameters

    • projectId: string
    • auditorGroupId: string

    Returns Promise<{
        tickets?: ListItem[];
    }>

Generated using TypeDoc