<?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>Wed, 29 Jul 2026 11:40:13 +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>微信小程序API NFC·获取NFC实例</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15411</link>
      <description><![CDATA[NFCAdapter wx.getNFCAdapter()<br />
基础库 2.11.2 开始支持，低版本需做兼容处理。<br />
获取 NFC 实例<br />
<br />
返回值<br />
NFCAdapter<br />
NFC 实例<br />
<br />
错误<br />
错误码	错误信息	说明<br />
13000	设备不支持NFC	<br />
13001	系统NFC开关未打开	<br />
13010	未知错误	<br />
13019	user i]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 02:05:27 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API NFC·取消事件监听</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15410</link>
      <description><![CDATA[wx.offHCEMessage(function callback)<br />
基础库 2.8.1 开始支持，低版本需做兼容处理。<br />
接收 NFC 设备消息事件，取消事件监听。<br />
<br />
参数<br />
function callback<br />
接收 NFC 设备消息事件的回调函数]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 02:05:08 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API NFC·监听接受消息事件</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15409</link>
      <description><![CDATA[wx.onHCEMessage(function callback)<br />
基础库 1.7.0 开始支持，低版本需做兼容处理。<br />
监听接收 NFC 设备消息事件，仅能注册一个监听<br />
<br />
参数<br />
function callback<br />
接收 NFC 设备消息事件的回调函数<br />
<br />
参数<br />
Object res<br />
属性	类型	说明<br />
messageType	number	消息类型<br]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 01:56:53 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API NFC·发送NFC消息</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15408</link>
      <description><![CDATA[wx.sendHCEMessage(Object object)<br />
基础库 1.7.0 开始支持，低版本需做兼容处理。<br />
发送 NFC 消息。仅在安卓系统下有效。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
data	ArrayBuffer		是	二进制数据<br />
success	function		否	接口调用成功的回调函数<br />
fail	 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 01:56:33 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API NFC·初始化NFC模块</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15407</link>
      <description><![CDATA[wx.startHCE(Object object)<br />
基础库 1.7.0 开始支持，低版本需做兼容处理。<br />
初始化 NFC 模块。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
aid_list	Array.		是	需要注册到系统的 AID 列表<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 01:56:20 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API NFC·关闭NFC模块</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15406</link>
      <description><![CDATA[wx.stopHCE(Object object)<br />
基础库 1.7.0 开始支持，低版本需做兼容处理。<br />
关闭 NFC 模块。仅在安卓系统下有效。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
com ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Fri, 10 Jul 2026 01:55:46 +0000</pubDate>
    </item>
    <item>
      <title>WifiInfo</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15400</link>
      <description><![CDATA[Wifi 信息<br />
<br />
属性<br />
string SSID<br />
Wi-Fi 的 SSID<br />
<br />
string BSSID<br />
Wi-Fi 的 BSSID<br />
<br />
boolean secure<br />
Wi-Fi 是否安全<br />
<br />
number signalStrength<br />
Wi-Fi 信号强度<br />
<br />
number frequency<br />]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:32:32 +0000</pubDate>
    </item>
    <item>
      <title>wx.connectWifi(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15399</link>
      <description><![CDATA[连接 Wi-Fi。若已知 Wi-Fi 信息，可以直接利用该接口连接。仅 Android 与 iOS 11 以上版本支持。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明	最低版本<br />
SSID	string		是	Wi-Fi 设备 SSID	<br />
BSSID	string		否	Wi-Fi 设备 BSSID	<br />
password	string		是	Wi-Fi 设 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:32:18 +0000</pubDate>
    </item>
    <item>
      <title>wx.getConnectedWifi(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15398</link>
      <description><![CDATA[获取已连接中的 Wi-Fi 信息。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
complete	function		否	接口调用结束的回调函数（调用成功、失败都会执行）<br />
object.succ ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:32:02 +0000</pubDate>
    </item>
    <item>
      <title>wx.getWifiList(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15397</link>
      <description><![CDATA[请求获取 Wi-Fi 列表。在 onGetWifiList 注册的回调中返回 wifiList 数据。 Android 调用前需要 用户授权 scope.userLocation。<br />
<br />
iOS 将跳转到系统的 Wi-Fi 界面，Android 不会跳转。 iOS 11.0 及 iOS 11.1 两个版本因系统问题，该方法失效。但在 iOS 11.2 中已修复。 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:31:45 +0000</pubDate>
    </item>
    <item>
      <title>wx.offGetWifiList(function callback)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15396</link>
      <description><![CDATA[取消监听获取到 Wi-Fi 列表数据事件。<br />
<br />
参数<br />
function callback<br />
获取到 Wi-Fi 列表数据事件的回调函数]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:31:26 +0000</pubDate>
    </item>
    <item>
      <title>wx.onWifiConnected(function callback)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15395</link>
      <description><![CDATA[监听获取到 Wi-Fi 列表数据事件<br />
<br />
参数<br />
function callback<br />
获取到 Wi-Fi 列表数据事件的回调函数<br />
<br />
参数<br />
Object res<br />
属性	类型	说明<br />
wifiList	Array.	Wi-Fi 列表数据<br />
wx.offWifiConnected(function callback)<br />
基础库 2.9.0 开始支持，低版本需做兼容处理。]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:31:10 +0000</pubDate>
    </item>
    <item>
      <title>wx.setWifiList(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15394</link>
      <description><![CDATA[设置 wifiList 中 AP 的相关信息。在 onGetWifiList 回调后调用，iOS特有接口。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
wifiList	Array.		是	提供预设的 Wi-Fi 信息列表<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:30:32 +0000</pubDate>
    </item>
    <item>
      <title>wx.startWifi(Object object)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15393</link>
      <description><![CDATA[初始化 Wi-Fi 模块。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
complete	function		否	接口调用结束的回调函数（调用成功、失败都会执行）<br />
错误<br />
错误码	错误信 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:30:13 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API WIFI</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15392</link>
      <description><![CDATA[wx.stopWifi(Object object)<br />
基础库 1.6.0 开始支持，低版本需做兼容处理。<br />
关闭 Wi-Fi 模块。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
complete	function		否 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:29:50 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 电量</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15391</link>
      <description><![CDATA[Object wx.getBatteryInfoSync()<br />
wx.getBatteryInfo 的同步版本<br />
<br />
返回值<br />
Object res<br />
属性	类型	说明<br />
level	string	设备电量，范围 1 - 100<br />
isCharging	boolean	是否正在充电中<br />
wx.getBatteryInfo(Object object)<br />
获取设备电量。同步 API wx.getBat]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:29:32 +0000</pubDate>
    </item>
    <item>
      <title>wx.offDeviceMotionChange(function callback)</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15390</link>
      <description><![CDATA[取消监听设备方向变化事件，参数为空，则取消所有的事件监听。<br />
<br />
参数<br />
function callback<br />
设备方向变化事件的回调函数<br />
<br />
<br />
wx.offDeviceMotionChange(function callback)<br />
基础库 2.9.3 开始支持，低版本需做兼容处理。<br />
取消监听设备方向变化事件，参数为空，则取消 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:29:15 +0000</pubDate>
    </item>
    <item>
      <title>Object object</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15389</link>
      <description><![CDATA[属性	类型	默认值	必填	说明<br />
interval	string	normal	否	监听设备方向的变化回调函数的执行频率<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
complete	function		否	接口调用结束的回调函数（调用成功、失败都会执行）<br /> ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:29:00 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 设备方向</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15388</link>
      <description><![CDATA[wx.stopDeviceMotionListening(Object object)<br />
基础库 2.3.0 开始支持，低版本需做兼容处理。<br />
停止监听设备方向的变化。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函 ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Mon, 06 Jul 2026 08:28:46 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序API 陀螺仪</title>
      <link>http://sagesoft.cn/bbs/viewthread.php?tid=15382</link>
      <description><![CDATA[wx.stopGyroscope(Object object)<br />
基础库 2.3.0 开始支持，低版本需做兼容处理。<br />
停止监听陀螺仪数据。<br />
<br />
参数<br />
Object object<br />
属性	类型	默认值	必填	说明<br />
success	function		否	接口调用成功的回调函数<br />
fail	function		否	接口调用失败的回调函数<br />
complete	fun ...]]></description>
      <category>Sage ACCPAC ERP</category>
      <author>vicky.yu</author>
      <pubDate>Thu, 02 Jul 2026 02:11:03 +0000</pubDate>
    </item>
  </channel>
</rss>