1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-16 18:52:27 +08:00

fix TagidList type error

This commit is contained in:
abotoo wang
2018-09-21 22:58:29 +08:00
parent 952a03bdc5
commit 723adb14e2

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 获取用户基本信息