Commit 039de7f8 authored by Bess严根旺's avatar Bess严根旺

修改返回日志

parent 030b2247
...@@ -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
......
...@@ -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
......
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