游雁
2023-11-08 710f8e3ba029579d870e5a022c3ce537a3c700be
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);