UNPKG
scu-pecourse-utils
Version:
latest (1.0.6)
1.0.6
scu-pecourse-utils
/
src
/
index.js
9 lines
(8 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
{ app_key, app_secret, getSign, getTimestamp }
from
'./util'
;
export
{ emitAjaxGet, emitAjaxPost }
from
'./http/index'
;
export
{ getTermId, choose, getClassIdAndTeacherId, startTimer, }
from
'./http/api'
;