Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
IFLYTEK\yuchen48 committed Oct 24, 2024
1 parent a68f79a commit 0697dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ func main() {

dlSession := cfg.DlSession

fmt.Printf("ENV DL_SESSION: %s\n", cfg.DlSession)

if tagHandling != "" && tagHandling != "html" && tagHandling != "xml" {
c.JSON(http.StatusBadRequest, gin.H{
"code": http.StatusBadRequest,
Expand Down

0 comments on commit 0697dc7

Please sign in to comment.