UNPKG
egg-minifapp
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
对接各种小程序之类app的sdk
gitee.com
egg-minifapp
/
dist
/
src
/
eggPro.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
eggPro
{
multiple_login
(
ctx
:
any
,
userInfo
:
any
):
Promise
<
void
>;
log
(
ctx
:
any
,
userInfo
:
any
):
Promise
<
void
>;
egg_config_info
():
any
; }