From 8d277ff0b730da48c7fa5b399ea47db4d55f9769 Mon Sep 17 00:00:00 2001 From: guzeng Date: Tue, 9 Feb 2021 15:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=B1=BB=E5=9E=8BRPC?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/client.balance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/client.balance.go b/site/client.balance.go index 3861e6f..e5b85cb 100644 --- a/site/client.balance.go +++ b/site/client.balance.go @@ -35,7 +35,7 @@ type SiteBalanceType struct { * 2021/01/20 * GZ */ -func GetBalanceType(site_id, dbname, url ...string) (*[]SiteBalanceType, error) { +func GetBalanceType(site_id, dbname string, url ...string) (*[]SiteBalanceType, error) { var site_rpc_url string = "127.0.0.1:7971" if len(url) > 0 && url[0] != "" {