UNPKG

fastman3-dfyjapp-jsbridge

Version:

a jsbridge module for dfyj app

15 lines (14 loc) 353 B
export interface IF156008_Req { } export interface IF156008_Res { loginUser: string; loginChannel: string; clientType: string; hasCifAccount: string; regCustId: string; cifAccount: string; } export declare const IF156008: () => Promise<IF156008_Res & { header: TaroGeneral.IAnyObject; cookies?: string[] | undefined; }>;