This commit is contained in:
hailin 2025-06-20 14:25:20 +08:00
parent 35fc3a0b02
commit fa534ddcd3
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ func (m *Controller) NewsAsyncBatch(c *gin.Context) {
log.Errorf("%s", err) log.Errorf("%s", err)
return return
} }
log.Infof("....................NewsAsyncBatch request: %+v", req) //log.Infof("....................NewsAsyncBatch request: %+v", req)
ctx := sessions.GetContext(c) ctx := sessions.GetContext(c)
var ok bool var ok bool
if ctx != nil { if ctx != nil {