1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-12 00:32:26 +08:00

Merge pull request #87 from abotoo/master

fix TagidList type error
This commit is contained in:
silenceper
2018-09-24 09:34:45 +08:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ type Info struct {
UnionID string `json:"unionid"` UnionID string `json:"unionid"`
Remark string `json:"remark"` Remark string `json:"remark"`
GroupID int32 `json:"groupid"` GroupID int32 `json:"groupid"`
TagidList []string `json:"tagid_list"` TagidList []int32 `json:"tagid_list"`
} }
//GetUserInfo 获取用户基本信息 //GetUserInfo 获取用户基本信息