zydx-plus 1.33.373 → 1.33.374

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.33.373",
3
+ "version": "1.33.374",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -3247,8 +3247,11 @@ export default {
3247
3247
  const json = {
3248
3248
  type: 'START',
3249
3249
  data: {
3250
- appid: Number(_this.appData.qfClientId),
3251
- appkey: _this.appData.qfClientSecret,
3250
+ // 百度实时转译 appid appkey
3251
+ appid: Number(_this.appData.appId),
3252
+ appkey: _this.appData.qfClientId,
3253
+ // appid: 101913097,
3254
+ // appkey: 'xv9715uwu2jqkTmIzlJl8eGx',
3252
3255
  dev_pid: 15372,
3253
3256
  cuid: 'HpURryNC91ddJmAPq7iwu26OvMDW4jMS',
3254
3257
  format: 'pcm',
@@ -475,8 +475,11 @@ export default {
475
475
  const json = {
476
476
  type: 'START',
477
477
  data: {
478
- appid: Number(_this.appData.qfClientId),
479
- appkey: _this.appData.qfClientSecret,
478
+ // 百度实时转译 appid appkey
479
+ appid: Number(_this.appData.appId),
480
+ appkey: _this.appData.qfClientId,
481
+ // appid: 101913097,
482
+ // appkey: 'xv9715uwu2jqkTmIzlJl8eGx',
480
483
  dev_pid: 15372,
481
484
  cuid: 'HpURryNC91ddJmAPq7iwu26OvMDW4jMS',
482
485
  format: 'pcm',
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.373',
86
+ version: '1.33.374',
87
87
  install,
88
88
  Calendar,
89
89
  Message,