export interface ReferrerInfo { /** * 来源小程序 appId */ appId?: string; /** * 来源小程序传过来的数据 */ extraData?: Record; }