UNPKG

@tb-app/web-view-api

Version:
8 lines (7 loc) 136 B
/** * 获取用户信息 */ export default function getAuthUserInfo(): Promise<{ nickName: string; avatar: string; }>;