This commit is contained in:
shoopea 2019-06-09 19:56:39 +08:00
parent 6547874924
commit 5205511dec

4
bot.go
View File

@ -288,8 +288,8 @@ func botMsgLoad(m *tb.Message) {
x, err := json.Marshal(m)
logOnError(err, "botMsgLoad : Marshal")
log.Printf("URL : %s\n", b.URL)
log.Printf("Token : %s\n", b.Token)
// log.Printf("URL : %s\n", b.URL)
// log.Printf("Token : %s\n", b.Token)
log.Printf("File : %s\n", string(x))
//url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)