This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
url being & is encoded to \\u0026 cause signature check failed.
master
Patrick Peng Sun
8 years ago
parent
207d0825d1
commit
5544931a70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kfsend.go
+ 1
- 1
kfsend.go
View File
@@ -202,7 +202,7 @@ func kfSendNews(toUser, title, description string, articles []sendNewsArticle) {
s.News.Articles = a
//marshal
j, _ :=
json.
Marshal(s)
j, _ :=
myJSON
Marshal(s)
log.Println(string(j))
//send
u := getKfSendURL()
Write
Preview
Loading…
Cancel
Save