Commit 27c3f916 authored by 赵文静's avatar 赵文静

增加AppKey

parent dfed18fe
Pipeline #5469 passed with stage
in 0 seconds
......@@ -161,7 +161,7 @@ func receiveMessage(conn *websocket.Conn, done chan struct{}, dataChan chan<- []
global.Logger.WithFields(logger.Fields{
"requestId": requestId,
"origin-data": string(message),
"time": time.Since(start).Seconds(),
"time": fmt.Sprintf("%.3fs", time.Since(start).Seconds()),
}).Info("speech origin data")
//思必驰nlu回复
......
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