moduleBusQrcode

概述

简介 该插件为苏州鲸云科技有限公司为相应设备提供即时扫码的免费应用程序。

** 插件概述**

本插件封装了相应设备的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版本

是否仍需要帮助? 请保持联络!
最后更新于 2024/04/24