Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doc-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eifel邓鹏飞
doc-service
Commits
039de7f8
Commit
039de7f8
authored
Sep 24, 2024
by
Bess严根旺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改返回日志
parent
030b2247
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
callback_command.go
console/callback_command.go
+0
-1
convert_command.go
console/convert_command.go
+0
-1
No files found.
console/callback_command.go
View file @
039de7f8
...
@@ -102,7 +102,6 @@ func callBackUrl(c context.Context, projectId int32) (bool, string) {
...
@@ -102,7 +102,6 @@ func callBackUrl(c context.Context, projectId int32) (bool, string) {
docservercallback
.
ServerProjectID
(
projectId
),
docservercallback
.
ServerProjectID
(
projectId
),
)
.
First
(
c
)
)
.
First
(
c
)
fmt
.
Println
(
callInfo
)
var
msg
string
var
msg
string
var
res
bool
var
res
bool
res
=
true
res
=
true
...
...
console/convert_command.go
View file @
039de7f8
...
@@ -117,7 +117,6 @@ func DoConversionToAli(c context.Context, projectId int32) bool {
...
@@ -117,7 +117,6 @@ func DoConversionToAli(c context.Context, projectId int32) bool {
//执行转换
//执行转换
result
,
errs
:=
service2
.
NewConversion
()
.
Conversion
(
request
)
result
,
errs
:=
service2
.
NewConversion
()
.
Conversion
(
request
)
fmt
.
Println
(
result
)
if
errs
!=
nil
{
if
errs
!=
nil
{
log
.
Info
(
"转换出错"
+
errs
.
Error
())
log
.
Info
(
"转换出错"
+
errs
.
Error
())
return
false
return
false
...
...
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