xctc-api-utils
v0.1.3
Published
* 系统管理接口发生更新时,执行 npm run system:openapi
Downloads
4
Maintainers
Readme
iThings.openapi.json 文件发生更新时,执行对应的命令
系统管理接口发生更新时,执行 npm run system:openapi
物联网管理接口发生更新时,执行 npm run things:openapi
接口命令执行完成后执行打包命令: npm run build (npm环境下管理员使用)
打包完成后执行npm发布命令: npm publish (npm环境下管理员使用)
使用时引入该 npm 包
npm install xctc-api-utils
npm uninstall xctc-api-utils
接口调用
如调用用户类接口,获取用户登录图片验证码
import {apiServe} from "xctc-api-utils"
apiServe.system.ziji.postUserSelfCaptcha()