<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>赛捷软件论坛 - Sage ACCPAC ERP</title>
    <link>http://sagesoft.cn/bbs/forumdisplay.php?fid=2</link>
    <description>Latest 20 threads of Sage ACCPAC ERP</description>
    <copyright>Copyright(C) 赛捷软件论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 13 Jun 2026 02:28:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://sagesoft.cn/bbs/images/logo.gif</url>
      <title>赛捷软件论坛</title>
      <link>http://sagesoft.cn/bbs/</link>
    </image>
    <item>
      <title>wx.notifyBLECharacteristicValueChanged(OBJECT)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15340</link>
      <description><![CDATA[启用低功耗蓝牙设备特征值变化时的 notify 功能。注意：必须设备的特征值支持notify才可以成功调用，具体参照 characteristic 的 properties 属性<br />
<br />
另外，必须先启用notify才能监听到设备 characteristicValueChange 事件<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:44:49 +0000</pubDate>
    </item>
    <item>
      <title>Bug &amp;amp; Tip</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15339</link>
      <description><![CDATA[tip: 并行调用多次读写接口存在读写失败的可能性。<br />
tip:read接口读取到的信息需要在onBLECharacteristicValueChange方法注册的回调中获取。<br />
wx.writeBLECharacteristicValue(OBJECT)<br />
基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
向低功耗蓝牙设备特征值中写入二 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:44:34 +0000</pubDate>
    </item>
    <item>
      <title>wx.readBLECharacteristicValue(OBJECT)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15338</link>
      <description><![CDATA[读取低功耗蓝牙设备的特征值的二进制数据值。注意：必须设备的特征值支持read才可以成功调用，具体参照 characteristic 的 properties 属性<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
deviceId	string	是	蓝牙设备 id，参考 device 对象<br />
serviceId	string	是	蓝牙特 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:44:19 +0000</pubDate>
    </item>
    <item>
      <title>wx.getBLEDeviceCharacteristics(OBJECT)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15337</link>
      <description><![CDATA[基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
获取蓝牙设备所有 characteristic（特征值）<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
deviceId	string	是	蓝牙设备 id，参考 device 对象<br />
serviceId	string	是	蓝牙服务 uuid<br />
success	Function	是	成功则返回本 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:44:05 +0000</pubDate>
    </item>
    <item>
      <title>wx.closeBLEConnection(OBJECT)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15336</link>
      <description><![CDATA[基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
断开与低功耗蓝牙设备的连接<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
deviceId	string	是	蓝牙设备 id，参考 getDevices 接口<br />
success	Function	是	成功则返回本机蓝牙适配器状态<br />
fail	Function	否	接口调用失败 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:43:51 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 蓝牙适配器接口</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15335</link>
      <description><![CDATA[蓝牙适配器接口<br />
基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
<br />
iOS 微信客户端 6.5.6 版本开始支持，Android 客户端暂不支持<br />
<br />
wx.openBluetoothAdapter(OBJECT)<br />
基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
初始化蓝牙适配器<br />
<br />
OBJECT参数说明：<br />
<br />
参数 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:43:32 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-剪贴板</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15334</link>
      <description><![CDATA[wx.setClipboardData(OBJECT)<br />
基础库版本 1.1.0 开始支持，低版本需做兼容处理<br />
<br />
设置系统剪贴板的内容。<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
data	String	是	需要设置的内容<br />
success	Function	否	接口调用成功的回调函数<br />
fail	Function	否	接口调用失败的 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:43:14 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-扫码</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15333</link>
      <description><![CDATA[wx.scanCode(Object object)<br />
调起客户端扫码界面进行扫码<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明	最低版本<br />
onlyFromCamera	boolean	false	否	是否只能从相机扫码，不允许从相册选择图片	1.2.0<br />
scanType	Array.	['barCode', 'qrCode']	否	扫码类型	1.7. ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:43:00 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-拨打电话</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15332</link>
      <description><![CDATA[wx.makePhoneCall(OBJECT)<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
phoneNumber	String	是	需要拨打的电话号码<br />
success	Function	否	接口调用成功的回调<br />
fail	Function	否	接口调用失败的回调函数<br />
complete	Function	否	接口调用结束的回调函数（调用成功、失败都 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:42:47 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-罗盘</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15331</link>
      <description><![CDATA[wx.onCompassChange(CALLBACK)<br />
监听罗盘数据，频率：5次/秒，接口调用后会自动开始监听，可使用wx.stopCompass停止监听。<br />
CALLBACK返回参数：<br />
<br />
参数	类型	说明<br />
direction	Number	面对的方向度数<br />
示例代码：<br />
<br />
wx.onCompassChange(function (res) {<br />
  console.lo ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 09 Jun 2026 02:42:22 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-加速度计</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15315</link>
      <description><![CDATA[wx.onAccelerometerChange(CALLBACK)<br />
监听重力感应数据，频率：5次/秒，接口调用后会自动开始监听，可使用wx.stopAccelerometer停止监听。<br />
CALLBACK返回参数：<br />
<br />
参数	类型	说明<br />
x	Number	X 轴<br />
y	Number	Y 轴<br />
z	Number	Z 轴<br />
<br />
示例代码：<br />
<br />
wx.onAccelero]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:05:09 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备- 网络状态</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15314</link>
      <description><![CDATA[wx.getNetworkType(OBJECT)<br />
获取网络类型。<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
success	Function	是	接口调用成功，返回网络类型 networkType<br />
fail	Function	否	接口调用失败的回调函数<br />
complete	Function	否	接口调用结束的回调函数（调用成功、失败都会 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:04:48 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API-设备-系统信息</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15313</link>
      <description><![CDATA[wx.getSystemInfo(OBJECT)<br />
获取系统信息。<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
success	Function	是	接口调用成功的回调<br />
fail	Function	否	接口调用失败的回调函数<br />
complete	Function	否	接口调用结束的回调函数（调用成功、失败都会执行）<br />
success回调参 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:04:32 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 监听实时地理位置</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15312</link>
      <description><![CDATA[wx.onLocationChange(function callback)<br />
基础库 2.8.1 开始支持，低版本需做兼容处理。<br />
监听实时地理位置变化事件，需结合 wx.startLocationUpdateBackground、wx.startLocationUpdate使用。<br />
<br />
参数<br />
function callback<br />
实时地理位置变化事件的回调函数<br />
<br />
参数<br />
O ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:04:04 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 地图组件控制</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15311</link>
      <description><![CDATA[wx.createMapContext(mapId)<br />
创建并返回 map 上下文 mapContext 对象。在自定义组件下，第二个参数传入组件实例this，以操作组件内  组件<br />
<br />
mapContext<br />
<br />
mapContext通过 mapId 跟一个组件绑定，通过它可以操作对应的组件。<br />
<br />
mapContext 对象的方法列表<br />
<br />
方法	参 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:03:43 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 查看位置</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15310</link>
      <description><![CDATA[wx.getLocation(OBJECT)<br />
获取当前的地理位置、速度。当用户离开小程序后，此接口无法调用；当用户点击“显示在聊天顶部”时，此接口可继续调用。<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
type	String	否	默认为 wgs84 返回 gps 坐标，gcj02 返回可用于wx.openLoc ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:03:19 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 获取位置</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15309</link>
      <description><![CDATA[wx.getLocation(OBJECT)<br />
获取当前的地理位置、速度。当用户离开小程序后，此接口无法调用；当用户点击“显示在聊天顶部”时，此接口可继续调用。<br />
<br />
OBJECT参数说明：<br />
<br />
参数	类型	必填	说明<br />
type	String	否	默认为&quot;wgs84&quot;返回gps坐标，&quot;gcj02&quot;返回可用于wx.openLoca ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:03:03 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 数据缓存</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15308</link>
      <description><![CDATA[每个微信小程序都可以有自己的本地缓存，可以通过wx.setStorage（wx.setStorageSync）、wx.getStorage（wx.getStorageSync）、wx.clearStorage（wx.clearStorageSync）可以对本地缓存进行设置、获取和清理。同一个微信用户，同一个小程序 storage 上限为 10MB。localSto ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Tue, 02 Jun 2026 02:02:47 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 文件·描述文件状态的对象</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15306</link>
      <description><![CDATA[Stats<br />
描述文件状态的对象<br />
<br />
属性<br />
属性	说明<br />
string mode	文件的类型和存取的权限，对应 POSIX stat.st_mode<br />
number size	文件大小，单位：B，对应 POSIX stat.st_size<br />
number lastAccessedTime	文件最近一次被存取或被执行的时间，UNIX 时间戳，对应 POSIX stat. ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 01 Jun 2026 03:12:24 +0000</pubDate>
    </item>
    <item>
      <title>FileSystemManager.readFile(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15305</link>
      <description><![CDATA[读取本地文件内容<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明	最低版本<br />
filePath	string		是	要读取的文件的路径 (本地路径)	<br />
encoding	string		否	指定读取文件的字符编码，如果不传 encoding，则以 ArrayBuffer 格式读取文件的二进制内容	<br />
position	stri ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 01 Jun 2026 03:11:51 +0000</pubDate>
    </item>
  </channel>
</rss>