1.0.2 • Published 4 years ago

gioneco-openapi-sdk v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

智元汇开放接口 SDK

Instatll

npm install gioneco-openapi-sdk

Usage

const { GionecoClient } = require("../dist/index");
const appId = "";
const secret = "";
const aesKey = ""
const gionecoClient = new GionecoClient(appId, secret, aesKey);
(async () => {
  const result = await gionecoClient.request("realname.verification", {
    name: "test",
    cardNo: "test",
    imageData: "test"
  })
  console.log(result);
})();
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago