klsm-api-library
v0.0.9
Published
1. 安装 `npm install klsm-api-library` 2. 引入使用 `import { CommonApi } from 'klsm-api-library'` ``` const sendRequset = () => { CommonApi.sendRequset(params) .then((res: any) => { doSomething }).catch(err: any) => { doSomethi
Downloads
6
Readme
- 安装
npm install klsm-api-library
- 引入使用
import { CommonApi } from 'klsm-api-library'
const sendRequset = () => {
CommonApi.sendRequset(params)
.then((res: any) => {
doSomething
}).catch(err: any) => {
doSomething
}
}