Appearance
在线激活
方法名
activeOnline
用法
- 用法如下:js
module.activeOnline({ //激活码 licenseKey: "9XHX-VKLY-3XBT-XVSE" }, res => { this.writeLog(JSON.stringify(res)) }); - 参数说明
参数名 参数类型 是否必填 默认值 参数描述 licenseKey String 是 无 百度申请的激活码
回调
- 示例json
{ "data": { }, "message": "", "code": 0 } - 回调说明:
参数名 参数类型 参数描述 message String 消息提示 data Object 数据对象 code Integer 返回类型,0.成功,其他:失败
