简介 该插件为苏州鲸云科技有限公司为相应设备提供即时扫码的免费应用程序。
** 插件概述**
本插件封装了相应设备的SDK,集成了扫码功能,可快速实现扫码。
var moduleBusQrcode= api.require('moduleBusQrcode'); moduleBusQrcode.startBusQrcode(function(ret, err) { if (ret) { alert(JSON.stringify(ret)); } else { alert(JSON.stringify(err)); } });
ret:
类型:JSON 对象
{
qrcode;
}
Android系统
1.0.0版本