Skip to content

离线激活

方法名

activeOffline

用法

示例

js
module.activeOffline({
  path: "/storage/emulated/0/Download/WeiXin/85Q111L6B11R1WNE.dat"
}, res => {
  // this.showToast(JSON.stringify(res))
  console.log(res);
})

参数说明

参数名参数类型是否必填默认值参数描述
pathString从虹软下载的离线激活文件

回调

示例

json
{
    "data": {},
    "message": "激活成功",
    "code": 0
}

回调说明

参数名参数类型参数描述
messageString消息提示
dataObject数据对象
codeInteger返回类型,0.成功,其他:请参考状态码