UNPKG

magic-helper

Version:

this is magic helper

7 lines (6 loc) 238 B
import { getParams } from './params'; // 获取宿主传回的授权信息 export const getAuthInfo = () => { const { authCtxCode, authorization, projectCode } = getParams(); return { authCtxCode, authorization, projectCode }; };