export interface PaymentChannel { /** * 通道类型 */ provider: string; /** * 金融渠道的通道类型 */ provider_channel_type: string; }