Ver código fonte

url being & is encoded to \\u0026 cause signature check failed.

master
Patrick Peng Sun 8 anos atrás
pai
commit
5544931a70
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      kfsend.go

+ 1
- 1
kfsend.go Ver arquivo

@@ -202,7 +202,7 @@ func kfSendNews(toUser, title, description string, articles []sendNewsArticle) {
s.News.Articles = a

//marshal
j, _ := json.Marshal(s)
j, _ := myJSONMarshal(s)
log.Println(string(j))
//send
u := getKfSendURL()

Carregando…
Cancelar
Salvar