UNPKG

fastman3-dfyjapp-jsbridge

Version:

a jsbridge module for dfyj app

19 lines (18 loc) 447 B
export interface IF156018_Req { openid: string; ticket: string; } export interface IF156018_Res { loginUser: string; token: string; logon: boolean; cifAccount: string; regAccount: string; clientId: string; clientType: string; accessToken: string; } export declare const IF156018: (params: IF156018_Req) => Promise<IF156018_Res & { header: TaroGeneral.IAnyObject; cookies?: string[] | undefined; }>;