瀏覽代碼

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

Loading…
取消
儲存