ymx-wechat
    正在准备搜索索引...

    接口 MiniProgramMedia

    小程序

    interface MiniProgramMedia {
        disableForward: boolean;
        isSecretMessage: boolean;
        isUpdatableMessage: boolean;
        miniprogramType?: "release" | "test" | "preview";
        path?: string;
        userName?: string;
        webpageUrl?: string;
        withShareTicket?: boolean;
    }
    索引

    属性

    disableForward: boolean

    是否禁止转发

    isSecretMessage: boolean

    是否是私密消息

    isUpdatableMessage: boolean

    是否是动态消息

    miniprogramType?: "release" | "test" | "preview"

    小程序的类型,默认正式版

    release
    
    path?: string

    小程序的path

    userName?: string

    小程序的原始id

    webpageUrl?: string

    html 链接 @note: 长度大于0且不超过10KB<

    withShareTicket?: boolean

    是否使用带shareTicket的分享