0.0.1 • Published 1 year ago

@anfo/huiconsole-web-sdk v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

HUI Console Web SDK

用于和 HUIConsole后管系统进行通信。

import { HUIConsole } from '@anfo/huiconsole-web-sdk'

let huiconsole = new HUIConsole
huiconsole.getToken().then(token=>utils.setLocal('token', token))

/*
服务器可以准备一个login接口,将token传入
服务端使用token 调用huiconsole后台接口 /api/user/decode 可以得到用户信息
根据用户信息 管理接口权限
*/

export default huiconsole
0.0.1

1 year ago

0.0.0

1 year ago