diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98d33dbb..eda64419 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Removed - 删除功能/接口
Fixed - 修复问题
Others - 其他
-->
-## v0.1.26 【普通更新】
+## v0.1.26 【预发布】
### Feature
* 普通:增加禁止多点触控的配置
### Fixed
diff --git a/Editor/WXConvertCore.cs b/Editor/WXConvertCore.cs
index 9318ad12..899d4d45 100644
--- a/Editor/WXConvertCore.cs
+++ b/Editor/WXConvertCore.cs
@@ -1285,12 +1285,15 @@ namespace WeChatWASM
if (File.Exists(symbolPath))
{
File.Copy(symbolPath, Path.Combine(config.ProjectConf.DST, miniGameDir, "webgl.wasm.symbols.unityweb"), true);
+ // gen symbols.br
+ Brotlib("webgl.wasm.symbols.unityweb.br", symbolPath, Path.Combine(config.ProjectConf.DST, miniGameDir, "webgl.wasm.symbols.unityweb.br"));
}
var info = new FileInfo(dataPath);
dataFileSize = info.Length.ToString();
UnityEngine.Debug.LogFormat("[Converter] that to genarate md5 and copy files ended");
- if (config.ProjectConf.Appid == "wx7c792ca878775717") // 快适配小游戏示例
+ // 若APPID为快适配小游戏示例,则插入预览盒子
+ if (config.ProjectConf.Appid == "wx7c792ca878775717")
{
InsertPreviewCode();
}
@@ -1399,14 +1402,9 @@ namespace WeChatWASM
" } else {\n" +
" this._send = GameGlobal.Module.SendMessage;\n" +
" }",
- },
- new Rule()
- {
- old = "3.5.1", // project.config.json 转换插件 hardcode
- newStr = "latest",
}
};
- string[] files = { "game.js", "game.json", "unity-sdk/module-helper.js", "project.config.json" };
+ string[] files = { "game.js", "game.json", "unity-sdk/module-helper.js" };
ReplaceFileContent(files, rules);
Debug.LogWarning("[WeChat Preview] InsertPreviewCode End");
}
diff --git a/Editor/WXPluginVersion.cs b/Editor/WXPluginVersion.cs
index 085a731e..1156dd2d 100644
--- a/Editor/WXPluginVersion.cs
+++ b/Editor/WXPluginVersion.cs
@@ -2,7 +2,7 @@ namespace WeChatWASM
{
public class WXPluginVersion
{
- public static string pluginVersion = "202505070335"; // 这一行不要改他,导出的时候会自动替换
+ public static string pluginVersion = "202505070654"; // 这一行不要改他,导出的时候会自动替换
}
public class WXPluginConf
diff --git a/Editor/wx-editor.dll b/Editor/wx-editor.dll
index 34266308..b8ccbc05 100644
Binary files a/Editor/wx-editor.dll and b/Editor/wx-editor.dll differ
diff --git a/Editor/wx-editor.xml.meta b/Editor/wx-editor.xml.meta
index 6c1bf06c..7c5de216 100644
--- a/Editor/wx-editor.xml.meta
+++ b/Editor/wx-editor.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: efd1b5a9325db358e70d7a6c62aeaa71
+guid: 0b245d6103f559e72275f3cdf69ad07a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/Plugins/wx-perf.dll b/Runtime/Plugins/wx-perf.dll
index dc94ed0f..3b19bb4b 100644
Binary files a/Runtime/Plugins/wx-perf.dll and b/Runtime/Plugins/wx-perf.dll differ
diff --git a/Runtime/Plugins/wx-runtime-editor.dll b/Runtime/Plugins/wx-runtime-editor.dll
index e1eeacb3..3131243b 100644
Binary files a/Runtime/Plugins/wx-runtime-editor.dll and b/Runtime/Plugins/wx-runtime-editor.dll differ
diff --git a/Runtime/Plugins/wx-runtime-editor.xml b/Runtime/Plugins/wx-runtime-editor.xml
index 7964732a..e04592bf 100644
--- a/Runtime/Plugins/wx-runtime-editor.xml
+++ b/Runtime/Plugins/wx-runtime-editor.xml
@@ -3109,41 +3109,11 @@
可参考[calc_signature](https://docs.qq.com/doc/DVUN0QWJja0J5c2x4)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
预告 id,通过 getChannelsLiveNoticeInfo 接口获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -3824,11 +3794,6 @@
下载资源的 url
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.10.4`
@@ -3846,11 +3811,6 @@
是否开启 Quic/h3 协议(iOS 微信目前使用 gQUIC-Q43;Android 微信在 v8.0.54 前使用 gQUIC-Q43,v8.0.54 开始使用 IETF QUIC,即 h3 协议;PC微信使用 IETF QUIC,即 h3 协议)
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `1.8.0`
@@ -3862,11 +3822,6 @@
HTTP 请求的 Header,Header 中不能设置 Referer
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.0`
@@ -4163,6 +4118,26 @@
取值为0/1,取值为0表示会把 `App`、`Page` 的生命周期函数和 `wx` 命名空间下的函数调用写入日志,取值为1则不会。默认值是 0
+
+
+ 从不同渠道获得的OPENLINK字符串
+
+
+
+
+ 选填,部分活动、功能允许接收自定义query参数,请参阅渠道说明,默认可不填
+
+
+
+
+ 从不同渠道获得的OPENLINK字符串
+
+
+
+
+ 选填,部分活动、功能允许接收自定义query参数,请参阅渠道说明,默认可不填
+
+
是否有新版本
@@ -4210,16 +4185,6 @@
文本的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
字号
@@ -4241,31 +4206,11 @@
- 'bold': 粗体;
-
-
- 接口调用成功的回调函数
-
-
需要添加的卡券列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
卡券的扩展参数。需将 CardExt 对象 JSON 序列化为**字符串**传入
@@ -4302,21 +4247,6 @@
shareTicket。可以从 wx.getEnterOptionsSync 中获取。详情 [shareTicket](#)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
经过加密的activityId,解密后可得到原始的activityId。若解密后得到的activityId可以与开发者后台的活动id对应上则验证通过,否则表明valid字段不可靠(被篡改) 详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
@@ -4342,71 +4272,16 @@
需要获取权限的 scope,详见 [scope 列表](https://developers.weixin.qq.com/minigame/dev/guide/base-ability/authorize.html#scope-列表)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否被添加至 「我的小程序」
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
最多可以选择的图片张数
-
-
- 接口调用失败的回调函数
-
-
所选的图片的尺寸
@@ -4423,11 +4298,6 @@
- 'camera': 使用相机;
-
-
- 接口调用成功的回调函数
-
-
图片的本地临时文件路径列表 (本地路径)
@@ -4457,21 +4327,11 @@
- 'front': 使用前置摄像头;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
最多可以选择的文件个数,基础库2.25.0前,最多可支持9个文件,2.25.0及以后最多可支持20个文件
-
-
- 接口调用失败的回调函数
-
-
拍摄视频最长拍摄时间,单位秒。时间范围为 3s 至 60s 之间。不限制相册。
@@ -4499,11 +4359,6 @@
- 'camera': 使用相机拍摄;
-
-
- 接口调用成功的回调函数
-
-
本地临时文件列表
@@ -4557,27 +4412,12 @@
最多可以选择的文件个数,可以 0~100
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.6.0`
根据文件拓展名过滤,仅 type==file 时有效。每一项都不能是空字符串。默认不过滤。
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
所选的文件的类型
@@ -4627,21 +4467,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -4684,31 +4509,11 @@
| 10013 | invalid_data | 连接 deviceId 为空或者是格式不正确 |
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图片路径,图片的路径,支持本地路径、代码包路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.26.0`
@@ -4721,21 +4526,11 @@
压缩后图片的宽度,单位为px,若不填写则默认以compressedHeight为准等比缩放。
-
-
- 接口调用失败的回调函数
-
-
压缩质量,范围0~100,数值越小,质量越低,压缩率越高(仅对jpg有效)。
-
-
- 接口调用成功的回调函数
-
-
压缩后图片的临时文件路径 (本地路径)
@@ -4746,41 +4541,11 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
超时时间,单位 ms,不填表示不会超时
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
[BLEPeripheralServer](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-peripheral/BLEPeripheralServer.html)
@@ -4913,21 +4678,6 @@
描述service的Object
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
characteristics列表
@@ -5083,36 +4833,11 @@
service 的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
广播自定义参数
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
广播功率
@@ -5122,11 +4847,6 @@
- 'high': 功率高;
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.20.1`
@@ -5183,21 +4903,6 @@
制造商信息
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征的 UUID
@@ -5223,51 +4928,6 @@
可选,处理回包时使用
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图像像素点数据,每四项表示一个像素点的 RGBA
@@ -5283,11 +4943,6 @@
图像宽度
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
是否返回当前图像的人脸角度信息
@@ -5308,16 +4963,6 @@
是否返回当前图像的人脸(106 个点)
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
人脸角度信息,取值范围 [-1, 1],数值越接近 0 表示越正对摄像头
@@ -5393,21 +5038,6 @@
右眼可信度
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
支持的音频输入源列表,可在 [RecorderManager.start()](https://developers.weixin.qq.com/minigame/dev/api/media/recorder/RecorderManager.start.html) 接口中使用。返回值定义参考 https://developer.android.com/reference/kotlin/android/media/MediaRecorder.AudioSource
@@ -5431,21 +5061,6 @@
蓝牙服务 UUID。需要先调用 [wx.getBLEDeviceServices](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-ble/wx.getBLEDeviceServices.html) 获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
设备特征列表
@@ -5496,21 +5111,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
信号强度,单位 dBm
@@ -5521,21 +5121,6 @@
蓝牙设备 id。需要已经通过 [wx.createBLEConnection](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-ble/wx.createBLEConnection.html) 建立连接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
设备服务列表
@@ -5556,21 +5141,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
写模式 (iOS 特有参数)
@@ -5589,21 +5159,6 @@
缓存数据类别,取值为 periodic 或 pre
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
缓存数据
@@ -5629,21 +5184,6 @@
客户端拿到缓存数据的时间戳 ms。(iOS 时间戳存在异常,8.0.27 修复)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
接口调用结果
@@ -5654,21 +5194,6 @@
自定义的登录态
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否正在充电中
@@ -5685,21 +5210,6 @@
设备电量,范围 1 - 100
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -5770,21 +5280,6 @@
Beacon 设备广播的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙适配器是否可用
@@ -5795,21 +5290,6 @@
是否正在搜索设备
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
UUID 对应的已连接设备列表
@@ -5860,33 +5340,18 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.29.0`
结束时间,筛选指定时间段的直播。若上传了startTime,未上传endTime,则endTime默认取当前时间
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.29.0`
起始时间,筛选指定时间段的直播。若上传了endTime,未上传startTime,则startTime默认为0
-
-
- 接口调用成功的回调函数
-
-
直播主题
@@ -5944,21 +5409,6 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
直播封面
@@ -5995,21 +5445,6 @@
预告状态:0可用 1取消 2已用
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
剪贴板的内容
@@ -6020,21 +5455,6 @@
蓝牙设备主服务的 UUID 列表(支持 16/32/128 位 UUID)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
搜索到的设备列表
@@ -6050,58 +5470,13 @@
蓝牙设备名称,某些设备可能没有
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
第三方平台自定义的数据
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
返回的坐标类型
@@ -6125,21 +5500,6 @@
需要获取的数据指标的对象数组
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
见type表格说明
@@ -6170,19 +5530,16 @@
使用 sha1( rawData + sessionkey ) 得到字符串,用于校验用户信息
-
+
- 接口调用结束的回调函数(调用成功、失败都会执行)
+ 需要基础库: `3.7.8`
+ 开启后单聊下返回 open_single_roomid
-
+
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
+ 需要基础库: `3.7.8`
+ 开启后返回用户在群(含单聊)下的 group_openid
@@ -6224,41 +5581,11 @@
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
AI推理引擎版本
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -6274,21 +5601,6 @@
本机局域网子网掩码,基础库 2.24.0 开始支持
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.22.1`
@@ -6319,16 +5631,6 @@
是否处于弱网环境
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
手机号实时验证,向用户申请,并在用户同意后,快速填写和实时验证手机号 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getRealtimePhoneNumber.html)。
@@ -6339,11 +5641,6 @@
当手机号快速验证或手机号实时验证额度用尽时,是否对用户展示“申请获取你的手机号,但该功能使用次数已达当前小程序上限,暂时无法使用”的提示,默认展示。
-
-
- 接口调用成功的回调函数
-
-
动态令牌
@@ -6359,21 +5656,6 @@
错误码(失败时返回)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否需要用户授权隐私协议(如果开发者没有在「MP后台-设置-服务内容声明-用户隐私保护指引」中声明隐私收集类型则会返回false;如果开发者声明了隐私收集,且用户之前同意过隐私协议则会返回false;如果开发者声明了隐私收集,且用户还没同意过则返回true;如果用户之前同意过、但后来小程序又新增了隐私收集类型也会返回true)
@@ -6384,41 +5666,11 @@
隐私授权协议的名称
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
屏幕亮度值,范围 0 ~ 1,0 最暗,1 最亮
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
录屏状态
@@ -6427,21 +5679,6 @@
- 'off': 关闭;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.1`
@@ -6484,42 +5721,12 @@
shareTicket,详见[获取更多转发信息](#)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `1.9.90`
超时时间,单位 ms
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
封面广告组件展示状态码
@@ -6540,21 +5747,6 @@
- 'fail': 展示失败;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
当前占用的空间大小, 单位 KB
@@ -6570,46 +5762,6 @@
限制的空间大小,单位 KB
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
显示用户信息的语言
@@ -6619,11 +5771,6 @@
- 'zh_TW': 繁体中文;
-
-
- 接口调用成功的回调函数
-
-
是否带上登录态信息。当 withCredentials 为 true 时,要求此前有调用过 wx.login 且登录态尚未过期,此时返回的数据会包含 encryptedData, iv 等敏感信息;当 withCredentials 为 false 时,不要求有登录态,返回的数据不包含 encryptedData, iv 等敏感信息。
@@ -6709,21 +5856,6 @@
要获取的 key 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误码
@@ -6751,21 +5883,6 @@
加密算法的初始向量,详见 [用户数据的签名验证和加解密](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html#加密数据解密算法)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.7.0`
@@ -6782,119 +5899,29 @@
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.22.1`
目前 toast 和 loading 相关接口可以相互混用,此参数可用于取消混用特性
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.11.3`
本接口为 Beta 版本,暂只在 Android 平台支持。需要隐藏的转发按钮名称列表,默认['shareAppMessage', 'shareTimeline']。按钮名称合法值包含 "shareAppMessage"、"shareTimeline" 两种
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.22.1`
目前 toast 和 loading 相关接口可以相互混用,此参数可用于取消混用特性
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
小游戏内此房间/群聊的 ID。同一时刻传入相同 groupId 的用户会进入到同个实时语音房间。
@@ -6915,16 +5942,6 @@
验证所需的时间戳
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.29.0`
@@ -6944,11 +5961,6 @@
- 'video': 视频房间,结合 [voip-room](#) 组件可显示成员画面;
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -6996,21 +6008,6 @@
在此通话中的成员 openId 名单
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `1.9.90`
@@ -7043,56 +6040,21 @@
pin 码,Base64 格式。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
超时时间,单位 ms
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要返回给上一个小程序的数据,上一个小程序可在 `App.onShow` 中获取到这份数据。 [详情](#)。
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要打开的小程序 appId
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
要打开的小程序版本。仅在当前小程序为开发版或体验版时此参数有效。如果当前小程序是正式版,则打开的小程序必定是正式版。
@@ -7107,11 +6069,6 @@
需要传递给目标小程序的数据,目标小程序可在 `App.onLaunch`,`App.onShow` 中获取到这份数据。如果跳转的是小游戏,可以在 [wx.onShow](https://developers.weixin.qq.com/minigame/dev/api/base/app/life-cycle/wx.onShow.html)、[wx.getLaunchOptionsSync](https://developers.weixin.qq.com/minigame/dev/api/base/app/life-cycle/wx.getLaunchOptionsSync.html) 中可以获取到这份数据数据。
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.24.0`
@@ -7129,11 +6086,6 @@
小程序链接,当传递该参数后,可以不传 appId 和 path。链接可以通过【小程序菜单】->【复制链接】获取。
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征的 UUID
@@ -7154,21 +6106,6 @@
是否启用 notify
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.4.0`
@@ -7665,31 +6602,6 @@
变化后的窗口宽度,单位 px
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.10.0`
@@ -7699,31 +6611,11 @@
- 'peripheral': 从机(外围设备)模式;
-
-
- 接口调用成功的回调函数
-
-
需要打开的卡券列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
卡券 ID
@@ -7740,21 +6632,6 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
活动 id
@@ -7765,36 +6642,11 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
直播 feedId,通过 getChannelsLiveInfo 接口获取(基础库 v2.19.2 之前的版本需要填写)
@@ -7805,31 +6657,11 @@
直播 nonceId,通过 getChannelsLiveInfo 接口获取(基础库 v2.19.2 之前的版本需要填写)
-
-
- 接口调用成功的回调函数
-
-
视频号 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
企业ID
@@ -7840,16 +6672,6 @@
客服信息
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
气泡消息图片
@@ -7870,26 +6692,11 @@
是否发送小程序气泡消息
-
-
- 接口调用成功的回调函数
-
-
客服链接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
会话内消息卡片图片路径
@@ -7915,11 +6722,6 @@
是否显示会话内消息卡片,设置此参数为 true,用户进入客服会话会在右下角显示"可能要发送的小程序"提示,用户点击后可以快速发送小程序消息
-
-
- 接口调用成功的回调函数
-
-
在客服会话内点击小程序消息卡片进入小程序时,所带的小程序打开路径
@@ -7930,36 +6732,6 @@
在客服会话内点击小程序消息卡片进入小程序时,所带的小程序打开参数
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.3`
@@ -7979,21 +6751,6 @@
用户订阅消息设置,接口参数`withSubscriptions`值为`true`时才会返回。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
对局回放的播放速率,只能设置以下几个值: 0.3, 0.5, 1, 1.5, 2, 2.5, 3.其中1表示元素播放,小于1表示减速播放,大于1表示加速播放
@@ -8009,21 +6766,11 @@
对局回放背景音乐的地址
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
分享的对局回放打开后的描述内容
-
-
- 接口调用失败的回调函数
-
-
分享的对局回放打开后跳转小游戏的 path (独立分包路径)
@@ -8034,11 +6781,6 @@
分享的对局回放打开后跳转小游戏的 query
-
-
- 接口调用成功的回调函数
-
-
对局回放的剪辑区间,是一个二维数组,单位 ms(毫秒)。[[1000, 3000], [4000, 5000]] 表示剪辑已录制对局回放的 1-3 秒和 4-5 秒最终合成为一个 3 秒的对局回放。对局回放剪辑后的总时长最多 60 秒,即 1 分钟
@@ -8059,21 +6801,11 @@
需要预览的图片链接列表。[2.2.3](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html) 起支持云文件ID。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
当前显示图片的链接
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.13.0`
@@ -8086,31 +6818,16 @@
是否显示长按菜单。
-
-
- 接口调用成功的回调函数
-
-
需要预览的资源列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
当前显示的资源序号
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.13.0`
@@ -8123,11 +6840,6 @@
是否显示长按菜单。
-
-
- 接口调用成功的回调函数
-
-
图片或视频的地址
@@ -8161,71 +6873,21 @@
蓝牙特征对应服务的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
本地缓存中指定的 key
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要删除掉 key 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
场景ID,在「小程序管理后台」获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
此场景的耗时,单位 ms
@@ -8236,21 +6898,11 @@
自定义维度数据,key在「小程序管理后台」获取。只支持能够通过JSON.stringify序列化的对象,且序列化后长度不超过1024个字符
-
-
- 接口调用失败的回调函数
-
-
自定义指标数据,key在「小程序管理后台」获取。只支持能够通过JSON.stringify序列化的对象,且序列化后长度不超过1024个字符
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -8376,21 +7028,6 @@
分区 ID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -8470,11 +7107,6 @@
购买数量。mode=game 时必填。购买数量。详见 [buyQuantity 限制说明](#buyquantity-限制说明)。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
环境配置
@@ -8483,11 +7115,6 @@
- 1: 米大师沙箱环境;
-
-
- 接口调用失败的回调函数
-
-
申请接入时的平台,platform 与应用id有关。
@@ -8495,11 +7122,6 @@
- 'android': android;
-
-
- 接口调用成功的回调函数
-
-
分区 ID
@@ -8606,21 +7228,6 @@
需要订阅的消息模板的id的集合,一次调用最多可订阅3条消息(注意:iOS客户端7.0.6版本、Android客户端7.0.7版本之后的一次性订阅/长期订阅才支持多个模板消息,iOS客户端7.0.5版本、Android客户端7.0.6版本之前的一次订阅只支持一个模板消息)消息模板id在[微信公众平台(mp.weixin.qq.com)-功能-订阅消息]中配置。每个tmplId对应的模板标题需要不相同,否则会被过滤。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
接口调用失败错误码
@@ -8644,21 +7251,6 @@
系统订阅消息类型列表,一次调用最多可订阅3种类型的消息,目前支持:"SYS_MSG_TYPE_INTERACTIVE"(好友互动提醒)、"SYS_MSG_TYPE_RANK"(排行榜超越提醒)、"SYS_MSG_TYPE_WHATS_NEW"(游戏更新提醒)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
[MSG_TYPE]是动态的键,即系统订阅消息类型,值为'accept'、'reject'、'ban','accept'表示用户同意订阅该类型对应的模板消息,'reject'表示用户拒绝订阅该类型对应的模板消息,'ban'表示已被后台封禁。例如 { errMsg: "requestSubscribeSystemMessage:ok", SYS_MSG_TYPE_INTERACTIVE: "accept" } 表示用户同意订阅'SYS_MSG_TYPE_INTERACTIVE'这条消息
@@ -8667,91 +7259,21 @@
接口调用成功时errMsg值为'requestSubscribeSystemMessage:ok'
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
打开的页面路径,path 中 ? 后面的部分会成为 query
-
-
- 接口调用成功的回调函数
-
-
待保存文件路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图片文件路径,可以是临时文件路径或永久文件路径 (本地路径) ,不支持网络路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `1.2.0`
@@ -8770,11 +7292,6 @@
- 'pdf417': PDF417 条码;
-
-
- 接口调用成功的回调函数
-
-
所扫码的字符集
@@ -8830,21 +7347,6 @@
最大传输单元。设置范围为 (22,512) 区间内,单位 bytes
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
最终协商的 MTU 值。如果协商失败则无此参数。安卓客户端 8.0.9 开始支持。
@@ -8860,41 +7362,11 @@
自定义的登录态
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
剪贴板的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
表示切换为横屏还是竖屏
@@ -8903,51 +7375,11 @@
- 'portrait': 竖屏;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否打开调试
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否与其他音频混播,设置为 true 之后,不会终止其他应用或微信内的音乐
@@ -8963,31 +7395,11 @@
true 代表用扬声器播放,false 代表听筒播放,默认值为 true。
-
-
- 接口调用成功的回调函数
-
-
是否保持屏幕常亮
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
样式风格
@@ -8996,41 +7408,11 @@
- 'dark': 深色;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
屏幕亮度值,范围 0 ~ 1,0 最暗,1 最亮。在安卓端支持传入特殊值 -1,表示屏幕亮度跟随系统变化
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
样式风格
@@ -9039,41 +7421,11 @@
- 'black': 浅色;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要修改的 KV 数据列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
数据的 key
@@ -9084,21 +7436,6 @@
数据的 value
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
截屏/录屏时的表现,仅支持 none / hidden,传入 hidden 则表示在截屏/录屏时隐藏屏幕
@@ -9144,26 +7481,11 @@
警示文案
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
按钮的文字颜色
-
-
- 接口调用成功的回调函数
-
-
用户点击的按钮序号,从上到下的顺序,从0开始
@@ -9200,46 +7522,16 @@
是否为多行输入
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
提示的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否显示透明蒙层,防止触摸穿透
-
-
- 接口调用成功的回调函数
-
-
取消按钮的文字颜色,必须是 16 进制格式的颜色字符串
@@ -9250,11 +7542,6 @@
取消按钮的文字,最多 4 个字符
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
确认按钮的文字颜色,必须是 16 进制格式的颜色字符串
@@ -9276,11 +7563,6 @@
是否显示输入框
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.17.1`
@@ -9292,11 +7574,6 @@
是否显示取消按钮
-
-
- 接口调用成功的回调函数
-
-
提示的标题
@@ -9323,60 +7600,24 @@
要分享的图片地址,必须为本地路径或临时路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `3.2.0`
从消息小程序入口打开小程序的路径,如果当前页面允许分享给朋友,则默认为当前页面路径,否则默认为小程序首页
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `3.2.0`
分享的图片消息是否要带小程序入口 (仅部分小程序类目可用)
-
-
- 需要基础库: `3.2.0`
- 分享样式,小程序可选 v2
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.11.3`
本接口为 Beta 版本,暂只在 Android 平台支持。需要显示的转发按钮名称列表,默认['shareAppMessage']。按钮名称合法值包含 "shareAppMessage"、"shareTimeline" 两种
-
-
- 接口调用成功的回调函数
-
-
是否使用带 shareTicket 的转发[详情](#)
@@ -9387,21 +7628,11 @@
提示的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
提示的延迟时间
-
-
- 接口调用失败的回调函数
-
-
图标
@@ -9423,21 +7654,6 @@
是否显示透明蒙层,防止触摸穿透
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.1.0`
@@ -9448,51 +7664,21 @@
- 'normal': 普通的回调频率,在 200ms/次 左右;
-
-
- 接口调用成功的回调函数
-
-
Beacon 设备广播的 UUID 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否校验蓝牙开关,仅在 iOS 下有效。iOS 11 起,控制面板里关掉蓝牙,还是能继续使用 Beacon 服务。
-
-
- 接口调用成功的回调函数
-
-
是否允许重复上报同一设备。如果允许重复上报,则 [wx.onBlueToothDeviceFound](#) 方法会多次上报同一设备,但是 RSSI 值会有不同。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
上报设备的间隔,单位 ms。0 表示找到新设备立即上报,其他数值根据传入的间隔上报。
@@ -9512,36 +7698,6 @@
要搜索的蓝牙设备主服务的 UUID 列表(支持 16/32/128 位 UUID)。某些蓝牙设备会广播自己的主 service 的 UUID。如果设置此参数,则只搜索广播包有对应 UUID 的主服务的蓝牙设备。建议通过该参数过滤掉周边不需要处理的其他蓝牙设备。
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
监听设备方向的变化回调函数的执行频率
@@ -9551,135 +7707,21 @@
- 'normal': 普通的回调频率,在 200ms/次 左右;
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
键盘输入框的当前值
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.4.0`
动态消息的 activityId。通过 [updatableMessage.createActivityId](https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/updatable-message/updatableMessage.createActivityId.html) 接口获取
-
+
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
+ 需要基础库: `3.7.8`
+ 指定成员的方式
@@ -9694,9 +7736,9 @@
是否是动态消息,详见[动态消息](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/share/updatable-message.html)
-
+
- 接口调用成功的回调函数
+ 参与用户此聊天室下的 group_openid 列表
@@ -9711,6 +7753,12 @@
群待办消息的id,通过toDoActivityId可以把多个群待办消息聚合为同一个。通过 [updatableMessage.createActivityId](https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/updatable-message/updatableMessage.createActivityId.html) 接口获取。详见[群待办消息](#)
+
+
+ 需要基础库: `3.7.8`
+ 聊天工具模式特殊动态消息
+
+
是否使用带 shareTicket 的转发[详情](#)
@@ -9741,72 +7789,12 @@
静音设置
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.13.0`
震动强度类型,有效值为:heavy、medium、light
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -9834,21 +7822,6 @@
蓝牙设备特征对应的二进制值
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征值的写模式设置,有两种模式,iOS 优先 write,安卓优先 writeNoResponse 。(基础库 2.22.0 开始支持)
@@ -9862,36 +7835,6 @@
自定义query
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -9922,41 +7865,11 @@
是否正在直播
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
最近几场直播的 feedId 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
包括敏感数据在内的完整转发信息的加密数据,详细见加密数据解密算法 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/signature.html
@@ -9987,76 +7900,16 @@
要查询的直播的id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
支持填写最多4个openid,该用户的直播间将在直播专区置顶显示;可不填
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
用于打开指定游戏内容页面的开放链接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
code
@@ -10072,21 +7925,6 @@
要打开的业务类型,目前仅支持 'servicecommentpage'
-
-
- 调用成功、失败都会执行
-
-
-
-
- 评价失败的回调
-
-
-
-
- 评价成功的回调
-
-
帧数据
@@ -10118,6 +7956,41 @@
要发送的消息
+
+
+ [PageManager.destroy()](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.destroy.html)
+ 需要基础库: `3.6.7`
+ 销毁开放页面实例。
+
+
+
+
+ [PageManager.off(string eventName, function callback)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.off.html)
+ 需要基础库: `3.6.7`
+ 取消监听来自活动、功能向开发者产生的某些事件。
+
+
+
+
+ [PageManager.on(string eventName, function callback)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.on.html)
+ 需要基础库: `3.6.7`
+ 监听来自活动、功能向开发者产生的某些事件。
+
+
+
+
+ [Promise PageManager.load(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.load.html)
+ 需要基础库: `3.6.7`
+ 提供OPENLINK加载活动、功能信息。
+
+
+
+
+ [Promise PageManager.show(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.show.html)
+ 需要基础库: `3.6.7`
+ 显示已经成功加载信息的开放页面活动、功能。如果调用前未执行 `.load({ ... })` 将自动调用1次并返回加载信息结果。
+
+
[RealtimeLogManager.addFilterMsg(string msg)](https://developers.weixin.qq.com/minigame/dev/api/base/debug/RealtimeLogManager.addFilterMsg.html)
diff --git a/Runtime/Plugins/wx-runtime-editor.xml.meta b/Runtime/Plugins/wx-runtime-editor.xml.meta
index 9daec198..ec4d62e8 100644
--- a/Runtime/Plugins/wx-runtime-editor.xml.meta
+++ b/Runtime/Plugins/wx-runtime-editor.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 19682f1ce552909d28f2256dfff99849
+guid: 829d9ca6330cf6658a889d953012e89b
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/Plugins/wx-runtime.dll b/Runtime/Plugins/wx-runtime.dll
index 790c6130..3ec6a9de 100644
Binary files a/Runtime/Plugins/wx-runtime.dll and b/Runtime/Plugins/wx-runtime.dll differ
diff --git a/Runtime/Plugins/wx-runtime.xml b/Runtime/Plugins/wx-runtime.xml
index 004e076b..5f5e944c 100644
--- a/Runtime/Plugins/wx-runtime.xml
+++ b/Runtime/Plugins/wx-runtime.xml
@@ -3115,41 +3115,11 @@
可参考[calc_signature](https://docs.qq.com/doc/DVUN0QWJja0J5c2x4)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
预告 id,通过 getChannelsLiveNoticeInfo 接口获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -3830,11 +3800,6 @@
下载资源的 url
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.10.4`
@@ -3852,11 +3817,6 @@
是否开启 Quic/h3 协议(iOS 微信目前使用 gQUIC-Q43;Android 微信在 v8.0.54 前使用 gQUIC-Q43,v8.0.54 开始使用 IETF QUIC,即 h3 协议;PC微信使用 IETF QUIC,即 h3 协议)
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `1.8.0`
@@ -3868,11 +3828,6 @@
HTTP 请求的 Header,Header 中不能设置 Referer
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.0`
@@ -4169,6 +4124,26 @@
取值为0/1,取值为0表示会把 `App`、`Page` 的生命周期函数和 `wx` 命名空间下的函数调用写入日志,取值为1则不会。默认值是 0
+
+
+ 从不同渠道获得的OPENLINK字符串
+
+
+
+
+ 选填,部分活动、功能允许接收自定义query参数,请参阅渠道说明,默认可不填
+
+
+
+
+ 从不同渠道获得的OPENLINK字符串
+
+
+
+
+ 选填,部分活动、功能允许接收自定义query参数,请参阅渠道说明,默认可不填
+
+
是否有新版本
@@ -4216,16 +4191,6 @@
文本的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
字号
@@ -4247,31 +4212,11 @@
- 'bold': 粗体;
-
-
- 接口调用成功的回调函数
-
-
需要添加的卡券列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
卡券的扩展参数。需将 CardExt 对象 JSON 序列化为**字符串**传入
@@ -4308,21 +4253,6 @@
shareTicket。可以从 wx.getEnterOptionsSync 中获取。详情 [shareTicket](#)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
经过加密的activityId,解密后可得到原始的activityId。若解密后得到的activityId可以与开发者后台的活动id对应上则验证通过,否则表明valid字段不可靠(被篡改) 详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
@@ -4348,71 +4278,16 @@
需要获取权限的 scope,详见 [scope 列表](https://developers.weixin.qq.com/minigame/dev/guide/base-ability/authorize.html#scope-列表)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否被添加至 「我的小程序」
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
最多可以选择的图片张数
-
-
- 接口调用失败的回调函数
-
-
所选的图片的尺寸
@@ -4429,11 +4304,6 @@
- 'camera': 使用相机;
-
-
- 接口调用成功的回调函数
-
-
图片的本地临时文件路径列表 (本地路径)
@@ -4463,21 +4333,11 @@
- 'front': 使用前置摄像头;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
最多可以选择的文件个数,基础库2.25.0前,最多可支持9个文件,2.25.0及以后最多可支持20个文件
-
-
- 接口调用失败的回调函数
-
-
拍摄视频最长拍摄时间,单位秒。时间范围为 3s 至 60s 之间。不限制相册。
@@ -4505,11 +4365,6 @@
- 'camera': 使用相机拍摄;
-
-
- 接口调用成功的回调函数
-
-
本地临时文件列表
@@ -4563,27 +4418,12 @@
最多可以选择的文件个数,可以 0~100
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.6.0`
根据文件拓展名过滤,仅 type==file 时有效。每一项都不能是空字符串。默认不过滤。
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
所选的文件的类型
@@ -4633,21 +4473,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -4690,31 +4515,11 @@
| 10013 | invalid_data | 连接 deviceId 为空或者是格式不正确 |
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图片路径,图片的路径,支持本地路径、代码包路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.26.0`
@@ -4727,21 +4532,11 @@
压缩后图片的宽度,单位为px,若不填写则默认以compressedHeight为准等比缩放。
-
-
- 接口调用失败的回调函数
-
-
压缩质量,范围0~100,数值越小,质量越低,压缩率越高(仅对jpg有效)。
-
-
- 接口调用成功的回调函数
-
-
压缩后图片的临时文件路径 (本地路径)
@@ -4752,41 +4547,11 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
超时时间,单位 ms,不填表示不会超时
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
[BLEPeripheralServer](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-peripheral/BLEPeripheralServer.html)
@@ -4919,21 +4684,6 @@
描述service的Object
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
characteristics列表
@@ -5089,36 +4839,11 @@
service 的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
广播自定义参数
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
广播功率
@@ -5128,11 +4853,6 @@
- 'high': 功率高;
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.20.1`
@@ -5189,21 +4909,6 @@
制造商信息
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征的 UUID
@@ -5229,51 +4934,6 @@
可选,处理回包时使用
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图像像素点数据,每四项表示一个像素点的 RGBA
@@ -5289,11 +4949,6 @@
图像宽度
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
是否返回当前图像的人脸角度信息
@@ -5314,16 +4969,6 @@
是否返回当前图像的人脸(106 个点)
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
人脸角度信息,取值范围 [-1, 1],数值越接近 0 表示越正对摄像头
@@ -5399,21 +5044,6 @@
右眼可信度
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
支持的音频输入源列表,可在 [RecorderManager.start()](https://developers.weixin.qq.com/minigame/dev/api/media/recorder/RecorderManager.start.html) 接口中使用。返回值定义参考 https://developer.android.com/reference/kotlin/android/media/MediaRecorder.AudioSource
@@ -5437,21 +5067,6 @@
蓝牙服务 UUID。需要先调用 [wx.getBLEDeviceServices](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-ble/wx.getBLEDeviceServices.html) 获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
设备特征列表
@@ -5502,21 +5117,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
信号强度,单位 dBm
@@ -5527,21 +5127,6 @@
蓝牙设备 id。需要已经通过 [wx.createBLEConnection](https://developers.weixin.qq.com/minigame/dev/api/device/bluetooth-ble/wx.createBLEConnection.html) 建立连接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
设备服务列表
@@ -5562,21 +5147,6 @@
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
写模式 (iOS 特有参数)
@@ -5595,21 +5165,6 @@
缓存数据类别,取值为 periodic 或 pre
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
缓存数据
@@ -5635,21 +5190,6 @@
客户端拿到缓存数据的时间戳 ms。(iOS 时间戳存在异常,8.0.27 修复)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
接口调用结果
@@ -5660,21 +5200,6 @@
自定义的登录态
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否正在充电中
@@ -5691,21 +5216,6 @@
设备电量,范围 1 - 100
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -5776,21 +5286,6 @@
Beacon 设备广播的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙适配器是否可用
@@ -5801,21 +5296,6 @@
是否正在搜索设备
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
UUID 对应的已连接设备列表
@@ -5866,33 +5346,18 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `2.29.0`
结束时间,筛选指定时间段的直播。若上传了startTime,未上传endTime,则endTime默认取当前时间
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.29.0`
起始时间,筛选指定时间段的直播。若上传了endTime,未上传startTime,则startTime默认为0
-
-
- 接口调用成功的回调函数
-
-
直播主题
@@ -5950,21 +5415,6 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
直播封面
@@ -6001,21 +5451,6 @@
预告状态:0可用 1取消 2已用
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
剪贴板的内容
@@ -6026,21 +5461,6 @@
蓝牙设备主服务的 UUID 列表(支持 16/32/128 位 UUID)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
搜索到的设备列表
@@ -6056,58 +5476,13 @@
蓝牙设备名称,某些设备可能没有
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
第三方平台自定义的数据
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
返回的坐标类型
@@ -6131,21 +5506,6 @@
需要获取的数据指标的对象数组
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
见type表格说明
@@ -6176,19 +5536,16 @@
使用 sha1( rawData + sessionkey ) 得到字符串,用于校验用户信息
-
+
- 接口调用结束的回调函数(调用成功、失败都会执行)
+ 需要基础库: `3.7.8`
+ 开启后单聊下返回 open_single_roomid
-
+
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
+ 需要基础库: `3.7.8`
+ 开启后返回用户在群(含单聊)下的 group_openid
@@ -6230,41 +5587,11 @@
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
AI推理引擎版本
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -6280,21 +5607,6 @@
本机局域网子网掩码,基础库 2.24.0 开始支持
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.22.1`
@@ -6325,16 +5637,6 @@
是否处于弱网环境
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
手机号实时验证,向用户申请,并在用户同意后,快速填写和实时验证手机号 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getRealtimePhoneNumber.html)。
@@ -6345,11 +5647,6 @@
当手机号快速验证或手机号实时验证额度用尽时,是否对用户展示“申请获取你的手机号,但该功能使用次数已达当前小程序上限,暂时无法使用”的提示,默认展示。
-
-
- 接口调用成功的回调函数
-
-
动态令牌
@@ -6365,21 +5662,6 @@
错误码(失败时返回)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否需要用户授权隐私协议(如果开发者没有在「MP后台-设置-服务内容声明-用户隐私保护指引」中声明隐私收集类型则会返回false;如果开发者声明了隐私收集,且用户之前同意过隐私协议则会返回false;如果开发者声明了隐私收集,且用户还没同意过则返回true;如果用户之前同意过、但后来小程序又新增了隐私收集类型也会返回true)
@@ -6390,41 +5672,11 @@
隐私授权协议的名称
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
屏幕亮度值,范围 0 ~ 1,0 最暗,1 最亮
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
录屏状态
@@ -6433,21 +5685,6 @@
- 'off': 关闭;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.1`
@@ -6490,42 +5727,12 @@
shareTicket,详见[获取更多转发信息](#)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `1.9.90`
超时时间,单位 ms
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
封面广告组件展示状态码
@@ -6546,21 +5753,6 @@
- 'fail': 展示失败;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
当前占用的空间大小, 单位 KB
@@ -6576,46 +5768,6 @@
限制的空间大小,单位 KB
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
显示用户信息的语言
@@ -6625,11 +5777,6 @@
- 'zh_TW': 繁体中文;
-
-
- 接口调用成功的回调函数
-
-
是否带上登录态信息。当 withCredentials 为 true 时,要求此前有调用过 wx.login 且登录态尚未过期,此时返回的数据会包含 encryptedData, iv 等敏感信息;当 withCredentials 为 false 时,不要求有登录态,返回的数据不包含 encryptedData, iv 等敏感信息。
@@ -6715,21 +5862,6 @@
要获取的 key 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误码
@@ -6757,21 +5889,6 @@
加密算法的初始向量,详见 [用户数据的签名验证和加解密](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html#加密数据解密算法)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.7.0`
@@ -6788,119 +5905,29 @@
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.22.1`
目前 toast 和 loading 相关接口可以相互混用,此参数可用于取消混用特性
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.11.3`
本接口为 Beta 版本,暂只在 Android 平台支持。需要隐藏的转发按钮名称列表,默认['shareAppMessage', 'shareTimeline']。按钮名称合法值包含 "shareAppMessage"、"shareTimeline" 两种
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.22.1`
目前 toast 和 loading 相关接口可以相互混用,此参数可用于取消混用特性
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙设备 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
小游戏内此房间/群聊的 ID。同一时刻传入相同 groupId 的用户会进入到同个实时语音房间。
@@ -6921,16 +5948,6 @@
验证所需的时间戳
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.29.0`
@@ -6950,11 +5967,6 @@
- 'video': 视频房间,结合 [voip-room](#) 组件可显示成员画面;
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -7002,21 +6014,6 @@
在此通话中的成员 openId 名单
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `1.9.90`
@@ -7049,56 +6046,21 @@
pin 码,Base64 格式。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
超时时间,单位 ms
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要返回给上一个小程序的数据,上一个小程序可在 `App.onShow` 中获取到这份数据。 [详情](#)。
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要打开的小程序 appId
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
要打开的小程序版本。仅在当前小程序为开发版或体验版时此参数有效。如果当前小程序是正式版,则打开的小程序必定是正式版。
@@ -7113,11 +6075,6 @@
需要传递给目标小程序的数据,目标小程序可在 `App.onLaunch`,`App.onShow` 中获取到这份数据。如果跳转的是小游戏,可以在 [wx.onShow](https://developers.weixin.qq.com/minigame/dev/api/base/app/life-cycle/wx.onShow.html)、[wx.getLaunchOptionsSync](https://developers.weixin.qq.com/minigame/dev/api/base/app/life-cycle/wx.getLaunchOptionsSync.html) 中可以获取到这份数据数据。
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.24.0`
@@ -7135,11 +6092,6 @@
小程序链接,当传递该参数后,可以不传 appId 和 path。链接可以通过【小程序菜单】->【复制链接】获取。
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征的 UUID
@@ -7160,21 +6112,6 @@
是否启用 notify
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.4.0`
@@ -7671,31 +6608,6 @@
变化后的窗口宽度,单位 px
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.10.0`
@@ -7705,31 +6617,11 @@
- 'peripheral': 从机(外围设备)模式;
-
-
- 接口调用成功的回调函数
-
-
需要打开的卡券列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
卡券 ID
@@ -7746,21 +6638,6 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
活动 id
@@ -7771,36 +6648,11 @@
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
视频号 id,以“sph”开头的id,可在视频号助手获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
直播 feedId,通过 getChannelsLiveInfo 接口获取(基础库 v2.19.2 之前的版本需要填写)
@@ -7811,31 +6663,11 @@
直播 nonceId,通过 getChannelsLiveInfo 接口获取(基础库 v2.19.2 之前的版本需要填写)
-
-
- 接口调用成功的回调函数
-
-
视频号 id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
企业ID
@@ -7846,16 +6678,6 @@
客服信息
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
气泡消息图片
@@ -7876,26 +6698,11 @@
是否发送小程序气泡消息
-
-
- 接口调用成功的回调函数
-
-
客服链接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
会话内消息卡片图片路径
@@ -7921,11 +6728,6 @@
是否显示会话内消息卡片,设置此参数为 true,用户进入客服会话会在右下角显示"可能要发送的小程序"提示,用户点击后可以快速发送小程序消息
-
-
- 接口调用成功的回调函数
-
-
在客服会话内点击小程序消息卡片进入小程序时,所带的小程序打开路径
@@ -7936,36 +6738,6 @@
在客服会话内点击小程序消息卡片进入小程序时,所带的小程序打开参数
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.10.3`
@@ -7985,21 +6757,6 @@
用户订阅消息设置,接口参数`withSubscriptions`值为`true`时才会返回。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
对局回放的播放速率,只能设置以下几个值: 0.3, 0.5, 1, 1.5, 2, 2.5, 3.其中1表示元素播放,小于1表示减速播放,大于1表示加速播放
@@ -8015,21 +6772,11 @@
对局回放背景音乐的地址
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
分享的对局回放打开后的描述内容
-
-
- 接口调用失败的回调函数
-
-
分享的对局回放打开后跳转小游戏的 path (独立分包路径)
@@ -8040,11 +6787,6 @@
分享的对局回放打开后跳转小游戏的 query
-
-
- 接口调用成功的回调函数
-
-
对局回放的剪辑区间,是一个二维数组,单位 ms(毫秒)。[[1000, 3000], [4000, 5000]] 表示剪辑已录制对局回放的 1-3 秒和 4-5 秒最终合成为一个 3 秒的对局回放。对局回放剪辑后的总时长最多 60 秒,即 1 分钟
@@ -8065,21 +6807,11 @@
需要预览的图片链接列表。[2.2.3](https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html) 起支持云文件ID。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
当前显示图片的链接
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.13.0`
@@ -8092,31 +6824,16 @@
是否显示长按菜单。
-
-
- 接口调用成功的回调函数
-
-
需要预览的资源列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
当前显示的资源序号
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.13.0`
@@ -8129,11 +6846,6 @@
是否显示长按菜单。
-
-
- 接口调用成功的回调函数
-
-
图片或视频的地址
@@ -8167,71 +6879,21 @@
蓝牙特征对应服务的 UUID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
本地缓存中指定的 key
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要删除掉 key 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
场景ID,在「小程序管理后台」获取
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
此场景的耗时,单位 ms
@@ -8242,21 +6904,11 @@
自定义维度数据,key在「小程序管理后台」获取。只支持能够通过JSON.stringify序列化的对象,且序列化后长度不超过1024个字符
-
-
- 接口调用失败的回调函数
-
-
自定义指标数据,key在「小程序管理后台」获取。只支持能够通过JSON.stringify序列化的对象,且序列化后长度不超过1024个字符
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -8382,21 +7034,6 @@
分区 ID
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -8476,11 +7113,6 @@
购买数量。mode=game 时必填。购买数量。详见 [buyQuantity 限制说明](#buyquantity-限制说明)。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
环境配置
@@ -8489,11 +7121,6 @@
- 1: 米大师沙箱环境;
-
-
- 接口调用失败的回调函数
-
-
申请接入时的平台,platform 与应用id有关。
@@ -8501,11 +7128,6 @@
- 'android': android;
-
-
- 接口调用成功的回调函数
-
-
分区 ID
@@ -8612,21 +7234,6 @@
需要订阅的消息模板的id的集合,一次调用最多可订阅3条消息(注意:iOS客户端7.0.6版本、Android客户端7.0.7版本之后的一次性订阅/长期订阅才支持多个模板消息,iOS客户端7.0.5版本、Android客户端7.0.6版本之前的一次订阅只支持一个模板消息)消息模板id在[微信公众平台(mp.weixin.qq.com)-功能-订阅消息]中配置。每个tmplId对应的模板标题需要不相同,否则会被过滤。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
接口调用失败错误码
@@ -8650,21 +7257,6 @@
系统订阅消息类型列表,一次调用最多可订阅3种类型的消息,目前支持:"SYS_MSG_TYPE_INTERACTIVE"(好友互动提醒)、"SYS_MSG_TYPE_RANK"(排行榜超越提醒)、"SYS_MSG_TYPE_WHATS_NEW"(游戏更新提醒)
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
[MSG_TYPE]是动态的键,即系统订阅消息类型,值为'accept'、'reject'、'ban','accept'表示用户同意订阅该类型对应的模板消息,'reject'表示用户拒绝订阅该类型对应的模板消息,'ban'表示已被后台封禁。例如 { errMsg: "requestSubscribeSystemMessage:ok", SYS_MSG_TYPE_INTERACTIVE: "accept" } 表示用户同意订阅'SYS_MSG_TYPE_INTERACTIVE'这条消息
@@ -8673,91 +7265,21 @@
接口调用成功时errMsg值为'requestSubscribeSystemMessage:ok'
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
打开的页面路径,path 中 ? 后面的部分会成为 query
-
-
- 接口调用成功的回调函数
-
-
待保存文件路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
图片文件路径,可以是临时文件路径或永久文件路径 (本地路径) ,不支持网络路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `1.2.0`
@@ -8776,11 +7298,6 @@
- 'pdf417': PDF417 条码;
-
-
- 接口调用成功的回调函数
-
-
所扫码的字符集
@@ -8836,21 +7353,6 @@
最大传输单元。设置范围为 (22,512) 区间内,单位 bytes
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
最终协商的 MTU 值。如果协商失败则无此参数。安卓客户端 8.0.9 开始支持。
@@ -8866,41 +7368,11 @@
自定义的登录态
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
剪贴板的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
表示切换为横屏还是竖屏
@@ -8909,51 +7381,11 @@
- 'portrait': 竖屏;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
是否打开调试
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否与其他音频混播,设置为 true 之后,不会终止其他应用或微信内的音乐
@@ -8969,31 +7401,11 @@
true 代表用扬声器播放,false 代表听筒播放,默认值为 true。
-
-
- 接口调用成功的回调函数
-
-
是否保持屏幕常亮
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
样式风格
@@ -9002,41 +7414,11 @@
- 'dark': 深色;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
屏幕亮度值,范围 0 ~ 1,0 最暗,1 最亮。在安卓端支持传入特殊值 -1,表示屏幕亮度跟随系统变化
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
样式风格
@@ -9045,41 +7427,11 @@
- 'black': 浅色;
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
要修改的 KV 数据列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
数据的 key
@@ -9090,21 +7442,6 @@
数据的 value
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
截屏/录屏时的表现,仅支持 none / hidden,传入 hidden 则表示在截屏/录屏时隐藏屏幕
@@ -9150,26 +7487,11 @@
警示文案
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
按钮的文字颜色
-
-
- 接口调用成功的回调函数
-
-
用户点击的按钮序号,从上到下的顺序,从0开始
@@ -9206,46 +7528,16 @@
是否为多行输入
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
提示的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否显示透明蒙层,防止触摸穿透
-
-
- 接口调用成功的回调函数
-
-
取消按钮的文字颜色,必须是 16 进制格式的颜色字符串
@@ -9256,11 +7548,6 @@
取消按钮的文字,最多 4 个字符
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
确认按钮的文字颜色,必须是 16 进制格式的颜色字符串
@@ -9282,11 +7569,6 @@
是否显示输入框
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.17.1`
@@ -9298,11 +7580,6 @@
是否显示取消按钮
-
-
- 接口调用成功的回调函数
-
-
提示的标题
@@ -9329,60 +7606,24 @@
要分享的图片地址,必须为本地路径或临时路径
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
需要基础库: `3.2.0`
从消息小程序入口打开小程序的路径,如果当前页面允许分享给朋友,则默认为当前页面路径,否则默认为小程序首页
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `3.2.0`
分享的图片消息是否要带小程序入口 (仅部分小程序类目可用)
-
-
- 需要基础库: `3.2.0`
- 分享样式,小程序可选 v2
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.11.3`
本接口为 Beta 版本,暂只在 Android 平台支持。需要显示的转发按钮名称列表,默认['shareAppMessage']。按钮名称合法值包含 "shareAppMessage"、"shareTimeline" 两种
-
-
- 接口调用成功的回调函数
-
-
是否使用带 shareTicket 的转发[详情](#)
@@ -9393,21 +7634,11 @@
提示的内容
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
提示的延迟时间
-
-
- 接口调用失败的回调函数
-
-
图标
@@ -9429,21 +7660,6 @@
是否显示透明蒙层,防止触摸穿透
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
需要基础库: `2.1.0`
@@ -9454,51 +7670,21 @@
- 'normal': 普通的回调频率,在 200ms/次 左右;
-
-
- 接口调用成功的回调函数
-
-
Beacon 设备广播的 UUID 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
是否校验蓝牙开关,仅在 iOS 下有效。iOS 11 起,控制面板里关掉蓝牙,还是能继续使用 Beacon 服务。
-
-
- 接口调用成功的回调函数
-
-
是否允许重复上报同一设备。如果允许重复上报,则 [wx.onBlueToothDeviceFound](#) 方法会多次上报同一设备,但是 RSSI 值会有不同。
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
上报设备的间隔,单位 ms。0 表示找到新设备立即上报,其他数值根据传入的间隔上报。
@@ -9518,36 +7704,6 @@
要搜索的蓝牙设备主服务的 UUID 列表(支持 16/32/128 位 UUID)。某些蓝牙设备会广播自己的主 service 的 UUID。如果设置此参数,则只搜索广播包有对应 UUID 的主服务的蓝牙设备。建议通过该参数过滤掉周边不需要处理的其他蓝牙设备。
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
监听设备方向的变化回调函数的执行频率
@@ -9557,135 +7713,21 @@
- 'normal': 普通的回调频率,在 200ms/次 左右;
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
键盘输入框的当前值
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.4.0`
动态消息的 activityId。通过 [updatableMessage.createActivityId](https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/updatable-message/updatableMessage.createActivityId.html) 接口获取
-
+
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
+ 需要基础库: `3.7.8`
+ 指定成员的方式
@@ -9700,9 +7742,9 @@
是否是动态消息,详见[动态消息](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/share/updatable-message.html)
-
+
- 接口调用成功的回调函数
+ 参与用户此聊天室下的 group_openid 列表
@@ -9717,6 +7759,12 @@
群待办消息的id,通过toDoActivityId可以把多个群待办消息聚合为同一个。通过 [updatableMessage.createActivityId](https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/updatable-message/updatableMessage.createActivityId.html) 接口获取。详见[群待办消息](#)
+
+
+ 需要基础库: `3.7.8`
+ 聊天工具模式特殊动态消息
+
+
是否使用带 shareTicket 的转发[详情](#)
@@ -9747,72 +7795,12 @@
静音设置
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
需要基础库: `2.13.0`
震动强度类型,有效值为:heavy、medium、light
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -9840,21 +7828,6 @@
蓝牙设备特征对应的二进制值
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
蓝牙特征值的写模式设置,有两种模式,iOS 优先 write,安卓优先 writeNoResponse 。(基础库 2.22.0 开始支持)
@@ -9868,36 +7841,6 @@
自定义query
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
错误信息
@@ -9928,41 +7871,11 @@
是否正在直播
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
最近几场直播的 feedId 列表
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
包括敏感数据在内的完整转发信息的加密数据,详细见加密数据解密算法 https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/signature.html
@@ -9993,76 +7906,16 @@
要查询的直播的id
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
支持填写最多4个openid,该用户的直播间将在直播专区置顶显示;可不填
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
用于打开指定游戏内容页面的开放链接
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
-
-
- 接口调用结束的回调函数(调用成功、失败都会执行)
-
-
-
-
- 接口调用失败的回调函数
-
-
-
-
- 接口调用成功的回调函数
-
-
code
@@ -10078,21 +7931,6 @@
要打开的业务类型,目前仅支持 'servicecommentpage'
-
-
- 调用成功、失败都会执行
-
-
-
-
- 评价失败的回调
-
-
-
-
- 评价成功的回调
-
-
帧数据
@@ -10124,6 +7962,41 @@
要发送的消息
+
+
+ [PageManager.destroy()](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.destroy.html)
+ 需要基础库: `3.6.7`
+ 销毁开放页面实例。
+
+
+
+
+ [PageManager.off(string eventName, function callback)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.off.html)
+ 需要基础库: `3.6.7`
+ 取消监听来自活动、功能向开发者产生的某些事件。
+
+
+
+
+ [PageManager.on(string eventName, function callback)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.on.html)
+ 需要基础库: `3.6.7`
+ 监听来自活动、功能向开发者产生的某些事件。
+
+
+
+
+ [Promise PageManager.load(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.load.html)
+ 需要基础库: `3.6.7`
+ 提供OPENLINK加载活动、功能信息。
+
+
+
+
+ [Promise PageManager.show(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.show.html)
+ 需要基础库: `3.6.7`
+ 显示已经成功加载信息的开放页面活动、功能。如果调用前未执行 `.load({ ... })` 将自动调用1次并返回加载信息结果。
+
+
[RealtimeLogManager.addFilterMsg(string msg)](https://developers.weixin.qq.com/minigame/dev/api/base/debug/RealtimeLogManager.addFilterMsg.html)
diff --git a/Runtime/Plugins/wx-runtime.xml.meta b/Runtime/Plugins/wx-runtime.xml.meta
index 1b319aeb..0e5b9d3d 100644
--- a/Runtime/Plugins/wx-runtime.xml.meta
+++ b/Runtime/Plugins/wx-runtime.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f73b38d14ca43e58073c26e46ff01a0a
+guid: bc590f2cee8dccb3565f72bf00069f78
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/WX.cs b/Runtime/WX.cs
index 9271d69a..cbb9acb6 100644
--- a/Runtime/WX.cs
+++ b/Runtime/WX.cs
@@ -648,6 +648,7 @@ namespace WeChatWASM
/// ## 注意事项
/// - 基础库 v2.10.4 开始支持获取群工具小程序启动信息
/// - 基础库 v2.17.3 开始支持获取群聊小程序消息卡片、群待办小程序启动信息
+ /// - 基础库 v3.7.8 支持获取单聊群启动信息,获取的群(含单聊)唯一标识,可用于[聊天工具模式](https://developers.weixin.qq.com/minigame/dev/api/chattool/wx.openChatTool.html)。
/// **示例代码**
/// ```js
/// wx.getGroupEnterInfo({
@@ -667,7 +668,10 @@ namespace WeChatWASM
/// 获取得到的开放数据为以下 json 结构(其中 opengid 为当前群的唯一标识):
/// ```json
/// {
- /// "opengid": "OPENGID"
+ /// "opengid": "OPENGID", // 多聊群下返回的群唯一标识
+ /// "open_single_roomid": "", // 单聊群下返回的群唯一标识
+ /// "group_openid": "", // 用户在当前群的唯一标识
+ /// "chat_type": 3, // 聊天室类型
/// }
/// ```
/// **Tips**
@@ -1400,7 +1404,7 @@ namespace WeChatWASM
///
/// [wx.openCustomerServiceConversation(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/customer-message/wx.openCustomerServiceConversation.html)
/// 需要基础库: `2.0.3`
- /// 进入客服会话。要求在用户发生过至少一次 touch 事件后才能调用。后台接入方式与小程序一致,详见 [客服消息接入](#)
+ /// 进入客服会话。要求在用户发生过至少一次 touch 事件后才能调用。后台接入方式与小程序一致,详见 [客服消息接入](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/customer-message/customer-message.html)
/// **注意事项**
/// - 在客服会话内点击小程序消息卡片进入小程序时,不能通过 wx.onShow 或 wx.getEnterOptionsSync 等接口获取启动路径和参数,而是应该通过 wx.openCustomerServiceConversation 接口的 success 回调获取启动路径和参数
///
@@ -2150,9 +2154,6 @@ namespace WeChatWASM
/// [wx.showShareImageMenu(Object object)](https://developers.weixin.qq.com/minigame/dev/api/share/wx.showShareImageMenu.html)
/// 需要基础库: `2.14.3`
/// 打开分享图片弹窗,可以将图片发送给朋友、收藏或下载
- /// **Bug & Tip**
- /// 1. `tip`: `needShowEntrance`分享的图片消息是否要带小程序入口,支持申明类目:商家自营、电商平台、餐饮服务(餐饮服务场所/餐饮服务管理企业、点餐平台、外卖平台)、旅游服务(住宿服务、景区服务、OTA、旅游管理单位)、生活服务(家政服务、丽人服务、宠物(非医院类)、婚庆服务、洗浴保健、休闲娱乐、百货/超市/便利店、开锁服务、营业性演出票务、其他宠物健康服务、洗浴保健平台、共享服务、跑腿、寄存、求职/招聘)
- /// 2. `tip`: `needShowEntrance`小游戏所有类目都支持
///
public static void ShowShareImageMenu(ShowShareImageMenuOption callback)
{
@@ -4035,6 +4036,32 @@ namespace WeChatWASM
return WXSDKManagerHandler.Instance.GetLogManager(option);
}
+ ///
+ /// [[PageManager](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/PageManager.html) wx.createPageManager()](https://developers.weixin.qq.com/minigame/dev/api/open-api/openlink/wx.createPageManager.html)
+ /// 需要基础库: `3.6.7`
+ /// 小游戏开放页面管理器,用于启动微信内置的各种小游戏活动、功能页面。具体OPENLINK值由不同的能力渠道获得。
+ /// **示例代码**
+ /// ```js
+ /// const pageManager = wx.createPageManager();
+ /// pageManager.load({
+ /// openlink: 'xxxxxxx-xxxxxx', // 由不同渠道获得的OPENLINK值
+ /// }).then((res) => {
+ /// // 加载成功,res 可能携带不同活动、功能返回的特殊回包信息(具体请参阅渠道说明)
+ /// console.log(res);
+ /// // 加载成功后按需显示
+ /// pageManager.show();
+ /// }).catch((err) => {
+ /// // 加载失败,请查阅 err 给出的错误信息
+ /// console.error(err);
+ /// })
+ /// ```
+ ///
+ ///
+ public static WXPageManager CreatePageManager()
+ {
+ return WXSDKManagerHandler.Instance.CreatePageManager();
+ }
+
///
/// [[RealtimeLogManager](https://developers.weixin.qq.com/minigame/dev/api/base/debug/RealtimeLogManager.html) wx.getRealtimeLogManager()](https://developers.weixin.qq.com/minigame/dev/api/base/debug/wx.getRealtimeLogManager.html)
/// 需要基础库: `2.14.4`
diff --git a/Runtime/wechat-default/check-version.js.meta b/Runtime/wechat-default/check-version.js.meta
index 06b0b888..0602fb03 100644
--- a/Runtime/wechat-default/check-version.js.meta
+++ b/Runtime/wechat-default/check-version.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7a96e0a653f3e68825cb4153ac98d2a5
+guid: d1923509fad5273d801f80584a472b85
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/data-package/game.js.meta b/Runtime/wechat-default/data-package/game.js.meta
index 22f20cf4..88e7b5af 100644
--- a/Runtime/wechat-default/data-package/game.js.meta
+++ b/Runtime/wechat-default/data-package/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b83ce95d7a528a63cd594d912dc3d3ff
+guid: 6bbc16a61eaace418b51e28fc40a79da
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/events.js.meta b/Runtime/wechat-default/events.js.meta
index 5c848bdb..c949a349 100644
--- a/Runtime/wechat-default/events.js.meta
+++ b/Runtime/wechat-default/events.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2808d90aab44b1ee252a21da58e35bba
+guid: 6ba8482d1970817d11090565d87e2341
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/game.js.meta b/Runtime/wechat-default/game.js.meta
index ff54d878..36e66b82 100644
--- a/Runtime/wechat-default/game.js.meta
+++ b/Runtime/wechat-default/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7a40b3da71a516caf59692fdf5f5cabd
+guid: 427beb42145f5c73140f84c9e5cb2fd3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/game.json.meta b/Runtime/wechat-default/game.json.meta
index 7e6cdbb7..31883583 100644
--- a/Runtime/wechat-default/game.json.meta
+++ b/Runtime/wechat-default/game.json.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f286b1c77bca9a37d339a70b7f410cbb
+guid: fdbef2bd30d0db9b5c197df428d1c534
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/images/background.jpg.meta b/Runtime/wechat-default/images/background.jpg.meta
index 2300926c..ae9d04f0 100644
--- a/Runtime/wechat-default/images/background.jpg.meta
+++ b/Runtime/wechat-default/images/background.jpg.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: fe6051c4649b0f8dda180d29a33b773c
+guid: f417801174ce9a94240521b2d0caaad9
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/images/unity_logo.png.meta b/Runtime/wechat-default/images/unity_logo.png.meta
index 59dc5f8e..8c93f381 100644
--- a/Runtime/wechat-default/images/unity_logo.png.meta
+++ b/Runtime/wechat-default/images/unity_logo.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2749dbcf672b69d1f646cab7ba08cea9
+guid: 5af76c75fc03cf59f91d470e4c04a477
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/data/index.js.meta b/Runtime/wechat-default/open-data/data/index.js.meta
index 65099435..8cab5193 100644
--- a/Runtime/wechat-default/open-data/data/index.js.meta
+++ b/Runtime/wechat-default/open-data/data/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: cf7449bdad8341dd6748563625165cee
+guid: a73663ff78875aa5fb0d6ea949687b68
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/data/utils.js.meta b/Runtime/wechat-default/open-data/data/utils.js.meta
index c96c1d3f..4ec95961 100644
--- a/Runtime/wechat-default/open-data/data/utils.js.meta
+++ b/Runtime/wechat-default/open-data/data/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9a32bd403854f2c194c30c941eb3eed7
+guid: 9b3d55c539efd030c9ceaddc1c7902d4
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/index.js.meta b/Runtime/wechat-default/open-data/index.js.meta
index 50619f6d..6a732159 100644
--- a/Runtime/wechat-default/open-data/index.js.meta
+++ b/Runtime/wechat-default/open-data/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a7bb8833a8e168576835c1ec68f0cb66
+guid: e81fd6ad24e8a0178e3022d5dcf4b37b
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/loading.js.meta b/Runtime/wechat-default/open-data/loading.js.meta
index 0902ee1e..21e5a0ff 100644
--- a/Runtime/wechat-default/open-data/loading.js.meta
+++ b/Runtime/wechat-default/open-data/loading.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c53bcbfb33e6359996b87f1a6c996029
+guid: 3aa57dadd6a9c77429daebe05297f9aa
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/avatar.png.meta b/Runtime/wechat-default/open-data/render/image/avatar.png.meta
index 987c61c7..c6511dd5 100644
--- a/Runtime/wechat-default/open-data/render/image/avatar.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/avatar.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1267da79e757f7d23926f762b6913056
+guid: f576a58825479171ccf686818fc180c6
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button1.png.meta b/Runtime/wechat-default/open-data/render/image/button1.png.meta
index cdeef086..361ad2d1 100644
--- a/Runtime/wechat-default/open-data/render/image/button1.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button1.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4d39d94b4d70729dfbdbf4b8cac439fd
+guid: 02cd4af6c9043f1a82f1e476d96696ba
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button2.png.meta b/Runtime/wechat-default/open-data/render/image/button2.png.meta
index f3995375..94c8c666 100644
--- a/Runtime/wechat-default/open-data/render/image/button2.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button2.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 003df7147b1574e6523d07f34ddd075c
+guid: 8f4172cd8537c9cf31dc2c30f05dca39
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button3.png.meta b/Runtime/wechat-default/open-data/render/image/button3.png.meta
index fee46150..302b8552 100644
--- a/Runtime/wechat-default/open-data/render/image/button3.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button3.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 172838b944130ebaddfba4763a7821bc
+guid: 57c7da4c2e5be8146e14f49d3ab17795
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/loading.png.meta b/Runtime/wechat-default/open-data/render/image/loading.png.meta
index 8745449d..cdc07f58 100644
--- a/Runtime/wechat-default/open-data/render/image/loading.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/loading.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 67c5ec5b2765d179e55214a00c4743bf
+guid: fa39d11cc167ee5616259bcf82c21905
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/nameBg.png.meta b/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
index 91340df1..800e69dc 100644
--- a/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d4cad7d5936198de751e000cc6acd696
+guid: 027f47a114ce243f8299218ee7254ec7
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta b/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
index 7fb74dfd..b08971ef 100644
--- a/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 325860ffb5bd677b8408cd68654200af
+guid: dc394f32af9e9bc403d9a360646fcf6a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/rankBg.png.meta b/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
index 26def3a1..5424aab3 100644
--- a/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 30f1d0200f038ef844bef617c82a6c20
+guid: d9fddd8021802de2d0330341e68a3f39
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/shareBg.png.meta b/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
index 442d819f..2710d468 100644
--- a/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0fb8c444a8527e8e1bb08fe7faa4c261
+guid: 20f92a7383abf6aae61858fd46bb1b8c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta b/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
index 84111e68..4875c964 100644
--- a/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7133efa2e2d56beacb36021f6f5a976d
+guid: 3ffc6d4d86b0be53d4e18b8b39321824
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta b/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
index 936df687..019cf180 100644
--- a/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
+++ b/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 05e67f2b9fe55b772474b41931ccbad5
+guid: cf9fe3d496158ebfa457bb9de98f0aa6
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/styles/tips.js.meta b/Runtime/wechat-default/open-data/render/styles/tips.js.meta
index 54ab7b20..d731b7a9 100644
--- a/Runtime/wechat-default/open-data/render/styles/tips.js.meta
+++ b/Runtime/wechat-default/open-data/render/styles/tips.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 64b517f445254925d626ea76ecedd5fe
+guid: 980d062124856240bc22271a1f14a418
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta b/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
index 6cb9f0e9..ef603277 100644
--- a/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
+++ b/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 64e0a9b47d84f350c8d743e76916e294
+guid: 96f4e5190dc7d74c9a9127d4cf91ab9c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/tpls/tips.js.meta b/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
index 3a17ed14..45e906a9 100644
--- a/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
+++ b/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 94c40353613637d01961868e423644c1
+guid: 83dac71bc22b545ecccb623cd76f7bf9
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugin-config.js.meta b/Runtime/wechat-default/plugin-config.js.meta
index 043d0ad7..3060da29 100644
--- a/Runtime/wechat-default/plugin-config.js.meta
+++ b/Runtime/wechat-default/plugin-config.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 30bbb345de3b5c83b9f69cb6ca18fbc1
+guid: 58508354c46126ab356bbcf5eadd0d44
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugins/check-update.js.meta b/Runtime/wechat-default/plugins/check-update.js.meta
index 2f20917b..54db1ef7 100644
--- a/Runtime/wechat-default/plugins/check-update.js.meta
+++ b/Runtime/wechat-default/plugins/check-update.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 6cfb6b44ff0e0d60777f8c5b73890112
+guid: 137939551e3d82a860a798b92177c317
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugins/screen-adapter.js.meta b/Runtime/wechat-default/plugins/screen-adapter.js.meta
index 705a4319..8aca7a97 100644
--- a/Runtime/wechat-default/plugins/screen-adapter.js.meta
+++ b/Runtime/wechat-default/plugins/screen-adapter.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1c57316bf87dbdbbf2991696a710a281
+guid: d38ffd5a7f0f90023a6658825f81e8f8
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/project.config.json b/Runtime/wechat-default/project.config.json
index dab2f3b3..bc8bd27b 100644
--- a/Runtime/wechat-default/project.config.json
+++ b/Runtime/wechat-default/project.config.json
@@ -33,7 +33,7 @@
"packNpmRelationList": []
},
"compileType": "game",
- "libVersion": "3.5.1",
+ "libVersion": "latest",
"appid": "$APP_ID",
"projectname": "$PROJECT_NAME",
"simulatorType": "wechat",
diff --git a/Runtime/wechat-default/project.config.json.meta b/Runtime/wechat-default/project.config.json.meta
index 4534f6fb..0a3cdb95 100644
--- a/Runtime/wechat-default/project.config.json.meta
+++ b/Runtime/wechat-default/project.config.json.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7111a97ef2df9c3c514cc18fa068bfa0
+guid: 46789518dbe6a606fa454e139e9b6a3d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/texture-config.js.meta b/Runtime/wechat-default/texture-config.js.meta
index 96e2a69f..8177f511 100644
--- a/Runtime/wechat-default/texture-config.js.meta
+++ b/Runtime/wechat-default/texture-config.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7f1c8c2f6a9ad41df4ef11ba4655333d
+guid: 0306e4c88cd5e2eb6a76f04bc52cef2b
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-namespace.js.meta b/Runtime/wechat-default/unity-namespace.js.meta
index d416fe6f..9c1eeeed 100644
--- a/Runtime/wechat-default/unity-namespace.js.meta
+++ b/Runtime/wechat-default/unity-namespace.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2258ff9139b90f5f2fbfedf429e15b57
+guid: c70426d430c457b3cb8368ba40cf5183
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta b/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
index 43b11fe4..6e68a5b2 100644
--- a/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3033451267d4dbd688d2cf9688cbda39
+guid: 95f475a3a50b3e0f40a9e8a94ff5e2a6
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta b/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
index bd7fbd36..162f0dbd 100644
--- a/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 37b03444b791f66c7820762069e07762
+guid: 67552593d473b096da90aa9ef6685ca9
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/ad.js.meta b/Runtime/wechat-default/unity-sdk/ad.js.meta
index 4dcf8652..6247dc43 100644
--- a/Runtime/wechat-default/unity-sdk/ad.js.meta
+++ b/Runtime/wechat-default/unity-sdk/ad.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: dc381840cc746d3ae85b402219284e99
+guid: 98f22db834f63f7264206930b632882f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/common.js.meta b/Runtime/wechat-default/unity-sdk/audio/common.js.meta
index 5b1ddb9d..03ccf946 100644
--- a/Runtime/wechat-default/unity-sdk/audio/common.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/common.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2d89a1dd0fe1eb9090f633d62cd0700e
+guid: 651ea0c5bb68f46892d5adc65554f140
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/const.js.meta b/Runtime/wechat-default/unity-sdk/audio/const.js.meta
index 073d9450..e5b21588 100644
--- a/Runtime/wechat-default/unity-sdk/audio/const.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/const.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7f7f00e418f948aee97dd34d3ca630f5
+guid: dbd748d3d9d328b4a6a437e136b2fc6e
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/index.js.meta b/Runtime/wechat-default/unity-sdk/audio/index.js.meta
index 70057d1e..389c85df 100644
--- a/Runtime/wechat-default/unity-sdk/audio/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ad0868418e637fe827736f41e7e3961f
+guid: 67f6e18113abf91801e9ad0f05fa5484
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta b/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
index 8dc5edc5..a3e35365 100644
--- a/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 21d0ee1af2faa8aa12361a6b33b40515
+guid: 8f8e7a9a5c0e33fa80d0b5a7371d4c34
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/store.js.meta b/Runtime/wechat-default/unity-sdk/audio/store.js.meta
index 0e770814..a37e25d1 100644
--- a/Runtime/wechat-default/unity-sdk/audio/store.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/store.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 062ca758b128e6c23b1522943d673961
+guid: ab482fe70120e597a6d9978baa7fc898
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta b/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
index 248717f0..e5f12f94 100644
--- a/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: dd4f77f584d999f455831b89004c30b8
+guid: 70d22136611c68065f9115cc757e3b40
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/utils.js.meta b/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
index a662dd45..e500dcf4 100644
--- a/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3ed26ca22eaa0efb3f09785d90e3192f
+guid: 92d12aba270ba48d624424f6d6b51e55
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/authorize.js.meta b/Runtime/wechat-default/unity-sdk/authorize.js.meta
index 0ce2cf70..db732f8e 100644
--- a/Runtime/wechat-default/unity-sdk/authorize.js.meta
+++ b/Runtime/wechat-default/unity-sdk/authorize.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7c2cecc418461f30dcf809034e880577
+guid: 4c95a7078026476ba71293e62a53c614
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta b/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
index 4e6111b7..f7788636 100644
--- a/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3a9004f10554bff3eeab5b16172611ee
+guid: d0d0868fe0c1bcbc615880d5ae5b94bd
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/camera.js.meta b/Runtime/wechat-default/unity-sdk/camera.js.meta
index 2abcdf7d..ac6a20b4 100644
--- a/Runtime/wechat-default/unity-sdk/camera.js.meta
+++ b/Runtime/wechat-default/unity-sdk/camera.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 089cc7d83cb516f594128386791e8285
+guid: da136367efde8d088747dbd3a7be4610
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/canvas-context.js.meta b/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
index 8cd540be..1f930730 100644
--- a/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
+++ b/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9196e4534bba438c81a3039377f4cd88
+guid: 32c7aaa5dead644963d68ce5111d99f5
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/canvas.js.meta b/Runtime/wechat-default/unity-sdk/canvas.js.meta
index 027cbd7f..85a91a18 100644
--- a/Runtime/wechat-default/unity-sdk/canvas.js.meta
+++ b/Runtime/wechat-default/unity-sdk/canvas.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 60df8e5f2708ef983d934140be38cd70
+guid: 429bf2ba2247c799636c59f439f12cdc
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/chat.js.meta b/Runtime/wechat-default/unity-sdk/chat.js.meta
index 3ae09cd2..47a629fa 100644
--- a/Runtime/wechat-default/unity-sdk/chat.js.meta
+++ b/Runtime/wechat-default/unity-sdk/chat.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 483581fe5c70aa8f25152859213ef8c4
+guid: 4700a61b767ffcf76f68b85ebcf9ba61
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/cloud.js.meta b/Runtime/wechat-default/unity-sdk/cloud.js.meta
index a2cef062..6f18554e 100644
--- a/Runtime/wechat-default/unity-sdk/cloud.js.meta
+++ b/Runtime/wechat-default/unity-sdk/cloud.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7d402b2887a693c82f4749a4901d723f
+guid: b77d0fb1c7542cc4ba1c290d46c27523
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/conf.js.meta b/Runtime/wechat-default/unity-sdk/conf.js.meta
index eadfacd6..709e071b 100644
--- a/Runtime/wechat-default/unity-sdk/conf.js.meta
+++ b/Runtime/wechat-default/unity-sdk/conf.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1654726387c2c8991400d8bd0b981cf1
+guid: fc5de55edf20625206ebe037d70436fe
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/file-info.js.meta b/Runtime/wechat-default/unity-sdk/file-info.js.meta
index 5e61a765..52eb7921 100644
--- a/Runtime/wechat-default/unity-sdk/file-info.js.meta
+++ b/Runtime/wechat-default/unity-sdk/file-info.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f662c60fb8060b3d72d0ddeebd6ee73d
+guid: e344df2e84872feb8d615bca8b379b1b
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/fix.js.meta b/Runtime/wechat-default/unity-sdk/fix.js.meta
index 38470c26..08ae7f05 100644
--- a/Runtime/wechat-default/unity-sdk/fix.js.meta
+++ b/Runtime/wechat-default/unity-sdk/fix.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ff8148236b46c4939349ec48734a77ac
+guid: 5cfc0b8d895fcbcd3cf513e399b7a215
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta b/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
index f681665b..51023324 100644
--- a/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ee81d6cc02114cbd8cad5aa5d837aa64
+guid: aab279ca5f61e758fd54f9128a286a29
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/index.js.meta b/Runtime/wechat-default/unity-sdk/font/index.js.meta
index 06ea2bd5..c88b4b75 100644
--- a/Runtime/wechat-default/unity-sdk/font/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f264d29f34e8ef20449c04f642f24df7
+guid: bd1027c4125c1941edf83d9ff372e94d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta b/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
index 617990ea..14d71438 100644
--- a/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3373f6ff61c44dc98b37e13630fb44ad
+guid: 249955033ad4d26e46567004109300f9
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta b/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
index e725f66f..6d8bdef5 100644
--- a/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c58220de3038c4a2f5e0ec7bb10c0ed1
+guid: 738dcfe7f1a30d2fc251bfe2763fbc0a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/util.js.meta b/Runtime/wechat-default/unity-sdk/font/util.js.meta
index 14d479d4..07113f01 100644
--- a/Runtime/wechat-default/unity-sdk/font/util.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/util.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 55e6f527c28df91314b5732ce69551e0
+guid: f6ef229a35d42746b2bd1bbb293a40f3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/fs.js.meta b/Runtime/wechat-default/unity-sdk/fs.js.meta
index ba841454..e3f94f39 100644
--- a/Runtime/wechat-default/unity-sdk/fs.js.meta
+++ b/Runtime/wechat-default/unity-sdk/fs.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2eb4eab0b03c78a52dac03f0465a6706
+guid: 1e4f3a8b88c611b612d03b4edcdaf812
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/game-club.js.meta b/Runtime/wechat-default/unity-sdk/game-club.js.meta
index 7f6a1070..2a72697a 100644
--- a/Runtime/wechat-default/unity-sdk/game-club.js.meta
+++ b/Runtime/wechat-default/unity-sdk/game-club.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 71f8eeea5df94c91f873b05d3684fd2e
+guid: bc549e92ff5ab511e1d2f60f009e4c2f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/game-recorder.js.meta b/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
index 02d53dec..c8844574 100644
--- a/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
+++ b/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8571a7d6af588da67b874971b6f861de
+guid: bdc1e425e1e03b89480671619c1f6838
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta b/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
index be7afaf0..1072e991 100644
--- a/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 472d9dcb4fb09315af6c284b9f987536
+guid: 1b03e8d52e6ec6d798278e1f47703bd1
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/index.js.meta b/Runtime/wechat-default/unity-sdk/index.js.meta
index 5d1677d9..be0bf291 100644
--- a/Runtime/wechat-default/unity-sdk/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9f4739f62f7ea84f360e32a3f9b8808d
+guid: c0ec3e9b7bef8698af301c51b6673228
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/logger.js.meta b/Runtime/wechat-default/unity-sdk/logger.js.meta
index 5146aece..5a695c24 100644
--- a/Runtime/wechat-default/unity-sdk/logger.js.meta
+++ b/Runtime/wechat-default/unity-sdk/logger.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 480a2ccebe1123e484310abe412ba77e
+guid: a4f696e40f0d05fd5e050637634f748c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta b/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
index 25d6a7fe..f42363d7 100644
--- a/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b9ad80647831b1ae4d506d446ce7a225
+guid: 13167af4c009a520308e652d2363e7dc
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/module-helper.js.meta b/Runtime/wechat-default/unity-sdk/module-helper.js.meta
index 83f807ce..ecfdc16d 100644
--- a/Runtime/wechat-default/unity-sdk/module-helper.js.meta
+++ b/Runtime/wechat-default/unity-sdk/module-helper.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 269016ae5e9d8f86f663dad34640d629
+guid: f1cc94c7c06b3c90fe016f8faa7fdb05
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/open-data.js.meta b/Runtime/wechat-default/unity-sdk/open-data.js.meta
index 8c7d9a7c..5e64e8e8 100644
--- a/Runtime/wechat-default/unity-sdk/open-data.js.meta
+++ b/Runtime/wechat-default/unity-sdk/open-data.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 378214ad8849f2c50babdcb9148b837e
+guid: ff1e644ac7d42f237fedc7a462336561
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/recorder.js.meta b/Runtime/wechat-default/unity-sdk/recorder.js.meta
index 62edce4b..9ba2deff 100644
--- a/Runtime/wechat-default/unity-sdk/recorder.js.meta
+++ b/Runtime/wechat-default/unity-sdk/recorder.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b607a44b3005e1e3a08398c846f8b1fa
+guid: a06921c8cdd1ec504345ebff8db2b93f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/resType.js b/Runtime/wechat-default/unity-sdk/resType.js
index 1cc38b16..fbc6da17 100644
--- a/Runtime/wechat-default/unity-sdk/resType.js
+++ b/Runtime/wechat-default/unity-sdk/resType.js
@@ -233,6 +233,14 @@ export const ResType = {
GetLogManagerOption: {
level: 'number',
},
+ LoadOption: {
+ openlink: 'string',
+ query: 'object',
+ },
+ ShowOption: {
+ openlink: 'string',
+ query: 'object',
+ },
Path2D: {},
OnCheckForUpdateListenerResult: {
hasUpdate: 'bool',
diff --git a/Runtime/wechat-default/unity-sdk/resType.js.meta b/Runtime/wechat-default/unity-sdk/resType.js.meta
index abfcd653..8a2c4cfe 100644
--- a/Runtime/wechat-default/unity-sdk/resType.js.meta
+++ b/Runtime/wechat-default/unity-sdk/resType.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 200e24f3569393f4601acd2c64ef2a3f
+guid: 31794a6e0dc1aacc53b8f83ec2c4c366
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta b/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
index 1c4f8663..f9d9b3bd 100644
--- a/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
+++ b/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 471cc0dc9bf300093c2ce9dfe3874343
+guid: 1ca306ef09019ed938f3035787513e9b
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/response.js.meta b/Runtime/wechat-default/unity-sdk/response.js.meta
index 6498e8a8..b2b979fb 100644
--- a/Runtime/wechat-default/unity-sdk/response.js.meta
+++ b/Runtime/wechat-default/unity-sdk/response.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 23c3f48c4199f71ae8029f5383c402b9
+guid: f950ce0435845de5830904a6ad0cdd94
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/sdk.js.meta b/Runtime/wechat-default/unity-sdk/sdk.js.meta
index 575abf68..ace21f07 100644
--- a/Runtime/wechat-default/unity-sdk/sdk.js.meta
+++ b/Runtime/wechat-default/unity-sdk/sdk.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 5cf1a4186cbdbb64db956595af6a5cfd
+guid: cafa7a4985a9afbb5bda9a60012caff8
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/share.js.meta b/Runtime/wechat-default/unity-sdk/share.js.meta
index b6e7f316..56d211ac 100644
--- a/Runtime/wechat-default/unity-sdk/share.js.meta
+++ b/Runtime/wechat-default/unity-sdk/share.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3759d599e6c216fd7f77c93ca2a306da
+guid: 6059ffba3782729d317979d701e850ae
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/storage.js.meta b/Runtime/wechat-default/unity-sdk/storage.js.meta
index 1686dbb5..a219d0f1 100644
--- a/Runtime/wechat-default/unity-sdk/storage.js.meta
+++ b/Runtime/wechat-default/unity-sdk/storage.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 212ad7391801bff50bc53b0d791133c0
+guid: b1d5eec7c0bf18f7cae6a2507c4a57b8
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/texture.js.meta b/Runtime/wechat-default/unity-sdk/texture.js.meta
index f068fdab..4c4e62e9 100644
--- a/Runtime/wechat-default/unity-sdk/texture.js.meta
+++ b/Runtime/wechat-default/unity-sdk/texture.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 15b3b7264c1d84e7fa9022ed9ca9b7e1
+guid: 42a18fe21f8a3c6b686d319db41fc52f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/touch/index.js.meta b/Runtime/wechat-default/unity-sdk/touch/index.js.meta
index 34fd9593..fb26201a 100644
--- a/Runtime/wechat-default/unity-sdk/touch/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/touch/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 484b93784c3bfa56d91a6f2cd754b917
+guid: 6897c77d3dd9750f61f9b9f5b37e2731
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/upload-file.js.meta b/Runtime/wechat-default/unity-sdk/upload-file.js.meta
index 70a79a99..a9bdf576 100644
--- a/Runtime/wechat-default/unity-sdk/upload-file.js.meta
+++ b/Runtime/wechat-default/unity-sdk/upload-file.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b26d65848fc680deffef986f8c67583f
+guid: 2820333e073e73104e0f3cc51b429750
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/userinfo.js.meta b/Runtime/wechat-default/unity-sdk/userinfo.js.meta
index dea9ffa5..b8d28968 100644
--- a/Runtime/wechat-default/unity-sdk/userinfo.js.meta
+++ b/Runtime/wechat-default/unity-sdk/userinfo.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a85d67792e34644665444f4ae70c5624
+guid: 8962d10d4c6841fc8c48567707fc52b5
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/util.js.meta b/Runtime/wechat-default/unity-sdk/util.js.meta
index 4d187652..c970e931 100644
--- a/Runtime/wechat-default/unity-sdk/util.js.meta
+++ b/Runtime/wechat-default/unity-sdk/util.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 94c6c5e775c600fae169cefb9aa54874
+guid: 8b51c56dd037c8fad8884634da94c670
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/utils.js.meta b/Runtime/wechat-default/unity-sdk/utils.js.meta
index f305b127..c2c69bc3 100644
--- a/Runtime/wechat-default/unity-sdk/utils.js.meta
+++ b/Runtime/wechat-default/unity-sdk/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 15a7c65386e5650c332551acc24f6b1b
+guid: 10cb510bc7c2dcf26eabd4d72485568e
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/video.js.meta b/Runtime/wechat-default/unity-sdk/video.js.meta
index f5475d23..31c87a87 100644
--- a/Runtime/wechat-default/unity-sdk/video.js.meta
+++ b/Runtime/wechat-default/unity-sdk/video.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4da238dd293947be69b9a0a58829472d
+guid: 75bb60cc6e9edc0ae18721d7499c6963
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/video/index.js.meta b/Runtime/wechat-default/unity-sdk/video/index.js.meta
index f212d926..41466499 100644
--- a/Runtime/wechat-default/unity-sdk/video/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/video/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 71da8a1b33a7510723010ba4b43b4749
+guid: 47d8e53e946128fcc997c45852d7ba7c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/wasmcode/game.js.meta b/Runtime/wechat-default/wasmcode/game.js.meta
index 37cf4664..2639218d 100644
--- a/Runtime/wechat-default/wasmcode/game.js.meta
+++ b/Runtime/wechat-default/wasmcode/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 14c5e8ebf538e6cb30fb68aa91acb74d
+guid: b284926375c9c489f180bc14f5cf62f0
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/weapp-adapter.js.meta b/Runtime/wechat-default/weapp-adapter.js.meta
index 52abc416..4385c66e 100644
--- a/Runtime/wechat-default/weapp-adapter.js.meta
+++ b/Runtime/wechat-default/weapp-adapter.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ac6f9f0a70555f8db6d3323a0fdae104
+guid: 6d0b35d4d69111b1847ccf0a3fba356d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/workers/response/index.js.meta b/Runtime/wechat-default/workers/response/index.js.meta
index 6e2575a7..5323d42d 100644
--- a/Runtime/wechat-default/workers/response/index.js.meta
+++ b/Runtime/wechat-default/workers/response/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 688570fbd0f53319b5da4397105a15d0
+guid: 3486f3b8e91d20217d4dbcdaead78ddb
DefaultImporter:
externalObjects: {}
userData:
diff --git a/package.json b/package.json
index 7c1c0b9f..41656465 100644
--- a/package.json
+++ b/package.json
@@ -1 +1 @@
-{"name":"com.qq.weixin.minigame","displayName":"WXSDK","description":"WeChat Mini Game Tuanjie Engine Adapter SDK Package.","version":"0.1.26","unity":"2019.4","unityRelease":"29f1","keywords":["Tuanjie","WX"],"dependencies":{}}
+{"name":"com.qq.weixin.minigame","displayName":"WXSDK","description":"WeChat Mini Game Tuanjie Engine Adapter SDK Package.","version":"0.1.27","unity":"2019.4","unityRelease":"29f1","keywords":["Tuanjie","WX"],"dependencies":{}}