lyblsgo
2023-11-08 793ec2558c863fc3ab8cd98c5d443d71257ad61b
runtime/html5/static/wsconnecter.js
@@ -85,12 +85,13 @@
      }
      
      var hotwords=getHotwords();
      if(hotwords.length>0)
      if(hotwords!=null  )
      {
         request.hotwords=hotwords;
      }
      console.log(request);
      speechSokt.send( JSON.stringify(request) );
      console.log(JSON.stringify(request));
      speechSokt.send(JSON.stringify(request));
      console.log("连接成功");
      stateHandle(0);