export interface KwaiOrderInfo { /** * bid */ bid: string; /** * tid */ tid: string; }