@custouch/jssdk
    Preparing search index...

    Function Reply

    • 回复工单

      Parameters

      • params: { projectId: string; staffId?: string; ticketNumber: string } & ReplyContent

      Returns Promise<
          {
              change: Partial<
                  {
                      from: string;
                      fromDetail: Record<string, string>;
                      to: string;
                      toDetail: Record<string, string>;
                  },
              >;
              content: { content: string; detail: any; status: Status };
              createdAt: string;
              id: string;
              inNotice: boolean;
              operator: {
                  accountUsername?: string;
                  appid?: string;
                  openid?: string;
                  staffId?: string;
                  type: "Staff" | "User" | "AccountUser" | "System";
              };
              status?: LogStatus;
              ticketNumber: string;
              type: LogType;
          },
      >

      用于聊天 staffId 当前负责人id