战斗修改

This commit is contained in:
2025-09-29 02:40:35 +08:00
parent 7df70f2375
commit 91d0d29ec9
28 changed files with 332 additions and 281 deletions

View File

@@ -77,7 +77,7 @@ func StartServer() {
// testjsonrpc()
// })
err := http.ListenAndServe(rpcport, rpcServer)
err := http.ListenAndServe("0.0.0.0"+rpcport, rpcServer)
cool.Loger.Debug(context.Background(), "jsonrpc server fail", err)
}