@custouch/jssdk
    Preparing search index...

    Function getPosterRelation

    • 获取海报助力列表

      Parameters

      • p: {
            posterId: string;
            type: "count" | "newFans" | "newJoin" | "register" | "scan";
        } & ListPagination

      Returns Promise<
          {
              data: {
                  at: string;
                  isNew: boolean;
                  newJoin: boolean;
                  openid: string;
                  register: boolean;
              }[];
              users: Pick<WechatUserInfo, "openid" | "headimgurl" | "nickname">[];
          } & ListPagination & { total: number },
      >