游雁
2023-11-08 07d55a85b3c68a3e1cb2a3c245618ae57b3f7d09
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);