1.0.0 • Published 12 months ago

yu-baidu v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

安装

npm install yu-baidu

导入

const baidu = require('yu-baidu')

初始化

//wx.init()需在首次调用数据库操作之前调用一次即可
//随后跨模块操作数据库可不再调用本方法
//建议在程序入口模块优先调用一次
baidu.init(appid, apiKey, secretKey)

调用方法

//注意下列方法均可能抛出错误
//建议使用try catch包裹
await baidu.getLicenseInfo(code)  //企业工商信息查询(标准版)(收费3角钱一次)
await baidu.identifyLicense({ imgUrl, imgBase64 })  //营业执照识别(收费3分钱一次)(参数二选一)
1.0.0

12 months ago