1.1.2 • Published 2 years ago

@vtx/sdk v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

sdk

javascript sdk for vortex

Install

npm i @vtx/sdk --save

Usage

const SDK = require('@vtx/sdk');
const client = new SDK({
    token: '<YOUR TOKEN>',
    // 请求配置项,可参考http://www.axios-js.com/docs/。
    // uni-app下参考 https://uniapp.dcloud.io/api/request/request?id=request
    requestOpts: Object,
    // 自定义响应处理
    handler: (res) => {// TODO},
});

// 获取按钮权限
client.ums.getFunctionsByUsreIdAndSystem({
    userId, // 用户ID
    systemCode, // 系统编码
});

API

查看 API Docs 了解更多

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago