This commit is contained in:
parent
35fc3a0b02
commit
fa534ddcd3
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue