mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-12 00:32:26 +08:00
Merge pull request #122 from zdpdpdp/master
add: user.info subscribe info
This commit is contained in:
@@ -45,6 +45,9 @@ type Info struct {
|
|||||||
Remark string `json:"remark"`
|
Remark string `json:"remark"`
|
||||||
GroupID int32 `json:"groupid"`
|
GroupID int32 `json:"groupid"`
|
||||||
TagidList []int32 `json:"tagid_list"`
|
TagidList []int32 `json:"tagid_list"`
|
||||||
|
SubscribeScene string `json:"subscribe_scene"`
|
||||||
|
QrScene int `json:"qr_scene"`
|
||||||
|
QrSceneStr string `json:"qr_scene_str"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// OpenidList 用户列表
|
// OpenidList 用户列表
|
||||||
|
|||||||
Reference in New Issue
Block a user