ecinc-cloud-mappaio 9.7.57 → 9.7.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59636,8 +59636,8 @@ var src_install = function install(Vue) {
59636
59636
  }))();
59637
59637
  },
59638
59638
  //语音录入
59639
- streamRecordRecognize: function streamRecordRecognize(callback) {
59640
- this.jsBridgeCallNativeMethod('streamRecordRecognize', callback);
59639
+ streamRecordRecognize: function streamRecordRecognize(callbackFuncName) {
59640
+ this.jsBridgeCallNativeMethod('streamRecordRecognize', callbackFuncName);
59641
59641
  },
59642
59642
  // 获取铃声
59643
59643
  getAudioAssetsMap: function getAudioAssetsMap(callback) {
@@ -59654,8 +59654,8 @@ var src_install = function install(Vue) {
59654
59654
  }))();
59655
59655
  },
59656
59656
  //语音录入
59657
- streamRecordRecognize: function streamRecordRecognize(callback) {
59658
- this.jsBridgeCallNativeMethod('streamRecordRecognize', callback);
59657
+ streamRecordRecognize: function streamRecordRecognize(callbackFuncName) {
59658
+ this.jsBridgeCallNativeMethod('streamRecordRecognize', callbackFuncName);
59659
59659
  },
59660
59660
  // 获取铃声
59661
59661
  getAudioAssetsMap: function getAudioAssetsMap(callback) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ecinc-cloud-mappaio",
3
3
  "main": "./lib/ecmappaio.umd.min.js",
4
- "version": "9.7.57",
4
+ "version": "9.7.58",
5
5
  "description": "易臣云应用平台-H5整合包",
6
6
  "keyword": "ecinc cloud plat",
7
7
  "private": false,