Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
speech_nlu_parse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵文静
speech_nlu_parse
Commits
87e590ae
Commit
87e590ae
authored
Jun 13, 2025
by
赵文静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加日志
parent
c48895ee
Pipeline
#5406
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
c2c.http
c2c.http
+1
-1
service/speechNlu/speechWs.go
service/speechNlu/speechWs.go
+3
-0
No files found.
c2c.http
View file @
87e590ae
...
@@ -33,7 +33,7 @@ Content-Type: application/json
...
@@ -33,7 +33,7 @@ Content-Type: application/json
},
},
"nluRet": {
"nluRet": {
"asr_recongize": "",
"asr_recongize": "",
"text": "
暂停播放
"
"text": "
讲个笑话
"
}
}
},
},
"version": "v0"
"version": "v0"
...
...
service/speechNlu/speechWs.go
View file @
87e590ae
...
@@ -44,6 +44,9 @@ func (s *SpeechNlpWs) SpeechWs(ip, deviceId string) (*websocket.Conn, error) {
...
@@ -44,6 +44,9 @@ func (s *SpeechNlpWs) SpeechWs(ip, deviceId string) (*websocket.Conn, error) {
})
.
Errorf
(
"[SpeechWs] Connect error : %v"
,
err
.
Error
())
})
.
Errorf
(
"[SpeechWs] Connect error : %v"
,
err
.
Error
())
return
nil
,
err
return
nil
,
err
}
}
global
.
Logger
.
WithFields
(
logger
.
Fields
{
"url"
:
SpeechUrl
,
})
.
Errorf
(
"[SpeechWs] Connect"
)
return
conn
,
nil
return
conn
,
nil
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment