diff --git a/common/rpc/rpc.go b/common/rpc/rpc.go index 2e9596be..04cacde5 100644 --- a/common/rpc/rpc.go +++ b/common/rpc/rpc.go @@ -112,7 +112,7 @@ func StartClient(id, port uint16, callback any) *struct { } { var rpcaddr, _ = service.NewBaseSysParamService().DataByKey(context.Background(), "server_ip") - + //rpcaddr = "127.0.0.1" closer1, err := jsonrpc.NewMergeClient(context.Background(), "ws://"+rpcaddr+":"+rpcport, "", []interface{}{ &RPCClient,