摘要: ws或者tcp不像http有路由,只能自定义消息格式,拆出来路由 message package message import ( "encoding/json" "github.com/olahol/melody" ) // Message 消息结构体 type Message struct { 阅读全文
posted @ 2025-08-12 14:23 朝阳1 阅读(7) 评论(0) 推荐(0)