From fc77aab12703e9b1dc9dd90457ffc9055f85263b Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sun, 28 May 2017 03:46:36 +1000 Subject: [PATCH] added KF event extra field --- inMsg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inMsg.go b/inMsg.go index 265b5fd..df61755 100644 --- a/inMsg.go +++ b/inMsg.go @@ -78,6 +78,8 @@ type EventMsg struct { Latitude float64 //for LOCATION Longitude float64 //for LOCATION Precision float64 //for LOCATION + KfAccount string //for kf_close_session kf_create_session + CloseType string // kf_close_session } //ReadCommonHeader parse xml of common field of wechat post message