This commit is contained in:
2025-06-23 13:39:19 +08:00
parent b93897f0a4
commit 32a7a512a2
8 changed files with 276 additions and 218 deletions

View File

@@ -26,7 +26,7 @@ func main() {
if cool.IsRedisMode {
go cool.ListenFunc(gctx.New())
}
Start("27777") //注入service
Start(cool.Config.PortBL) //注入service
}
func Start(port string) {