UNPKG
@tslsmart/magic-applet
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
特斯联移动端统一接口,抹平h5和wgt的差异
@tslsmart/magic-applet
/
lib
/
common
/
auth.js
7 lines
(6 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ getParams }
from
'./params'
;
// 获取宿主传回的授权信息
export
const
getAuthInfo
= (
) => {
const
{ authCtxCode, authorization, projectCode } =
getParams
();
return
{ authCtxCode, authorization, projectCode }; };