Commit 6343a154 authored by leiming's avatar leiming

1、消息对接调整

parent 48c987fb
Pipeline #6412 canceled with stages
......@@ -78,7 +78,7 @@ public class VoiceWebSocketServer {
if("sendText".equals(map.get("action"))){
msg = (String)map.get("data");
}
if(msg != null && !"".equals(msg)){
if(msg != null && !msg.isEmpty()){
maxkbOpenApiService.talk(msg,session);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment