node-spost

1.0.2 • Public • Published

安装

  • 建议全局安装 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 网关地址

Readme

Keywords

none

Package Sidebar

Install

npm i node-spost

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

3.19 kB

Total Files

4

Last publish

Collaborators

  • kaven276