Explorar el Código

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

master
Patrick Peng Sun hace 8 años
padre
commit
5544931a70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      kfsend.go

+ 1
- 1
kfsend.go Ver fichero

@@ -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()

Cargando…
Cancelar
Guardar