juheapi
v0.0.1
Published
聚合数据API集合
Readme
juheapi
聚合数据
1. Introduction
聚合数据API集合
2. Usage
import { queryFapigxBulletin } from "juheapi";
queryFapigxBulletin({
data: {
key: 'e3e3ec2c1040cbfe29fcc19f75125825';
},
headers: {
'Content-Type': 'application/x-www-form-urlencoded';
},
});Recommended Usage
import { queryFapigxBulletin } from "juheapi/free";
// OR
import { queryFapigxBulletin } from "juheapi/free/queryFapigxBulletin";
queryFapigxBulletin({
data: {
key: 'e3e3ec2c1040cbfe29fcc19f75125825';
},
headers: {
'Content-Type': 'application/x-www-form-urlencoded';
},
});