1.0.2 • Published 5 years ago

node-spost v1.0.2

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

安装

  • 建议全局安装 npm -g i node-spost
  • 专用测试项目也可以局部安装 npm i node-spost

example

process.env.GWRoot= 'http://127.0.0.1:60080' // 覆盖环境变量设置API网关地址
const spost = require('node-spost');
spost(path, request).then(ts => {});

用途

  • 用于测试各个接口
  • 配置环境变量 GWRoot 到 API 网关地址
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago