FormSetting: {
    manualQualification: boolean;
    memberApplicationSetting: {
        formIds: string[];
        isMember: boolean;
        membershipLevel: Level;
    };
    membershipLevel: Level;
    submitForm: boolean;
    subscribeOfficialAccount: boolean;
}

成为会员的设置

Description

在后台会员中心的会员体系设置

Type declaration

  • manualQualification: boolean
  • memberApplicationSetting: {
        formIds: string[];
        isMember: boolean;
        membershipLevel: Level;
    }

    表单设置

    • formIds: string[]
    • isMember: boolean
    • membershipLevel: Level
  • membershipLevel: Level
  • submitForm: boolean

    是否需要提交表单

  • subscribeOfficialAccount: boolean

    是否需要关注公众号

Generated using TypeDoc