浏览代码

added KF event extra field

master
Patrick Peng Sun 8 年前
父节点
当前提交
fc77aab127
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      inMsg.go

+ 2
- 0
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

正在加载...
取消
保存