Commit e301cfc7 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update log

parent 8fa1f3ad
......@@ -146,6 +146,8 @@ func (m *Messenger) handleActive(msg *tgbotapi.Message) {
log.WithFields(log.Fields{
"user_id": msg.From.ID,
"username": msg.From.UserName,
"first_name": msg.From.FirstName,
"last_name": msg.From.LastName,
"chat_id": msg.Chat.ID,
"chat_title": msg.Chat.Title,
"is_bot": msg.From.IsBot,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment