Browse Source

fix:debug

Roc 2 years ago
parent
commit
7a7652729e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/share_poster.go

+ 1 - 1
services/share_poster.go

@@ -539,7 +539,7 @@ func CreatePosterFromSourceV2(codePage, codeScene, source, version, pars string)
 		errMsg = "html内容有误"
 		return
 	}
-	//global.LOG.Critical(contentStr)
+	global.LOG.Critical(contentStr)
 	//return
 	// 请求python服务htm2img
 	htm2ImgReq := make(map[string]interface{})