New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pms-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pms-api

pms光棱系统api请求工具,只需简单配置即可使用

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

🍻欢迎使用pms-api

光棱前端接口请求工具,为方便复用封装

🍺安装
yarn add pms-api
🍺初始化
export const PMSAPI = creatNetTool('这里填写uaid,例如10001', '这里填写apiSecret', 'http://192.168.10.88:8000/api');
🍺使用
PMSAPI.setToken('这里是用户的token');
const ret = await PMSAPI.net('/login', 'post', { code:'参数code' });

Keywords

pms

FAQs

Package last updated on 01 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts