feat:完善项目
This commit is contained in:
13
router/handle.go
Normal file
13
router/handle.go
Normal file
@ -0,0 +1,13 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func NeedSysLogInput(c *gin.Context) {
|
||||
//session, _ := c.Get(config.TokenForSession)
|
||||
//_session := session.(*service.Session)
|
||||
//params, _ := c.Get("params")
|
||||
//service.Publish(config.EventForSystemLogs, _session.Community, _session.UID, _session.Name, mode, event, content,
|
||||
// params, c.ClientIP())
|
||||
}
|
Reference in New Issue
Block a user