Browse Source

新增获取转写内容接口

yunzhu
风继续吹 2 years ago
parent
commit
30959ae83a
3 changed files with 372 additions and 489 deletions
  1. +2
    -0
      config.js
  2. +1
    -1
      manifest.json
  3. +369
    -488
      pages/mine/details2.vue

+ 2
- 0
config.js View File

@@ -68,6 +68,8 @@ var config = {
getSpeechAnalysis: `${host}/cms/mobile/getBytargetId`, getSpeechAnalysis: `${host}/cms/mobile/getBytargetId`,
//同音转译接口2 //同音转译接口2
getCorpusAnalysis: `${host}/corpus/audioPlay`, getCorpusAnalysis: `${host}/corpus/audioPlay`,
// 获取转写内容
findAudioContent: `${host}/corpus/findAudioContent`,
//查询设备电量 //查询设备电量
findElectricity: `${host}/equipment/findElectricity`, findElectricity: `${host}/equipment/findElectricity`,
//首页设备查询 //首页设备查询


+ 1
- 1
manifest.json View File

@@ -72,7 +72,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxe044603515ff2cb5",
"appid" : "wx8f883dca5ecc5510",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 369
- 488
pages/mine/details2.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save