@fusiron/hy
v1.0.26
Published
hy fsdk
Downloads
14
Readme
@fusiron/hy
Install
Using npm:
npm install @fusiron/hy --saveUsage
import { viot_ctl_post } from '@fusiron/hy'
let rf = await viot_ctl_post("https://xxxx", {
vmc_no: "",
msg: {
}
});
console.log(rf);
