From 5bf61dc368118d39e0f197146ced2024bcf8689b Mon Sep 17 00:00:00 2001 From: guzeng Date: Sat, 23 Oct 2021 18:25:51 +0800 Subject: [PATCH] debug --- fans.client.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fans.client.go b/fans.client.go index de03e01..d0d5a6f 100644 --- a/fans.client.go +++ b/fans.client.go @@ -1,8 +1,6 @@ package userrpc -import ( - "encoding/json" -) +// "encoding/json" /** * 绑定粉丝 @@ -11,5 +9,5 @@ import ( */ func Fans(site_id, dbname, user_id, business_id string, url ...string) error { - return err + return nil }