feat:完善项目
This commit is contained in:
@ -52,7 +52,7 @@ func (*Websocket) Publish(c *gin.Context) {
|
||||
key := c.Query("key")
|
||||
service.HubMessage.EmitHandle(&service.HubEmit{
|
||||
ID: key,
|
||||
Msg: handle.NewWorkNotice("你有一条待办事项"),
|
||||
Msg: handle.NewWorkNotice("你有一条待办事项", nil),
|
||||
})
|
||||
APISuccess()(c)
|
||||
}
|
||||
|
Reference in New Issue
Block a user