ソースを参照

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

master
Patrick Peng Sun 8年前
コミット
5544931a70
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      kfsend.go

+ 1
- 1
kfsend.go ファイルの表示

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

読み込み中…
キャンセル
保存