Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1b47cb9f
authored
Mar 30, 2026
by
lijinqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.视频生成新增进度消息
2.源端接口由https改为http
parent
ef5d1032
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
computility-module-external/src/main/java/com/luhu/computility/module/external/controller/openapi/service/OpenApiServiceImpl.java
+4
-1
computility-server/src/main/resources/application.yaml
+2
-2
No files found.
computility-module-external/src/main/java/com/luhu/computility/module/external/controller/openapi/service/OpenApiServiceImpl.java
View file @
1b47cb9f
...
...
@@ -312,8 +312,11 @@ public class OpenApiServiceImpl implements OpenApiService {
.
setUrl
(
aiGeneratedFileDO
.
getUrl
())
.
setCoverImage
(
aiGeneratedFileDO
.
getUrl
()
+
videoSuffix
));
}
else
{
String
errorMsg
=
aiGeneratedFileDO
.
getMessage
();
if
(
aiGeneratedFileDO
.
getStatus
()
==
1
&&
StringUtils
.
isEmpty
(
errorMsg
))
{
errorMsg
=
"视频流正在创建"
;
}
Integer
errorCode
=
GlobalResponseCodeConstants
.
BEING_GENERATED
.
getCode
();
String
errorMsg
=
GlobalResponseCodeConstants
.
INVALID_SERIAL_NUMBER
.
getMsg
();
return
error
(
errorCode
,
errorMsg
);
}
}
else
{
...
...
computility-server/src/main/resources/application.yaml
View file @
1b47cb9f
...
...
@@ -390,11 +390,11 @@ digital-human-zhuxi:
token
:
Basic emh1eGlAdHhnOndBSmNETDRMZVZ3QjlhdlV1OVJN
similar-image
:
base-url
:
http
s
://218.77.58.42:18088
base-url
:
http://218.77.58.42:18088
match-mage
:
${similar-image.base-url}/matchImage
swap-face
:
base-url
:
http
s
://218.77.58.42:18088
base-url
:
http://218.77.58.42:18088
upload-image
:
${swap-face.base-url}/uploadFaceSwapImage
create-video-stream
:
${swap-face.base-url}/reActorFaceSwap
view-video
:
${swap-face.base-url}/viewVideo
...
...
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