This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
userrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
47
Wiki
Activity
Browse Source
debug
master
v0.8.5
guzeng
3 years ago
parent
7b6bd0b8a4
commit
5bf61dc368
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
fans.client.go
+ 2
- 4
fans.client.go
View File
@ -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
}
Write
Preview
Loading…
Cancel
Save