Commit 784233fa authored by 赵文静's avatar 赵文静

修改uuid为requestId

parent 29c0b1a9
...@@ -71,7 +71,7 @@ func readResp(resp *http.Response) string { ...@@ -71,7 +71,7 @@ func readResp(resp *http.Response) string {
func SpeechNlpWsReq(data *model.SemanticReq, sessionId string) *SpeechWsData { func SpeechNlpWsReq(data *model.SemanticReq, sessionId string) *SpeechWsData {
req := new(SpeechWsData) req := new(SpeechWsData)
req.Topic = "nlu.input.text" req.Topic = "nlu.input.text"
req.RecordId = data.Guid req.RecordId = data.RequestId
//sessionId待定 //sessionId待定
req.SessionId = sessionId req.SessionId = sessionId
req.RefText = data.Query req.RefText = data.Query
......
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