|
@@ -120,7 +120,7 @@ type WxUserInfo struct {
|
|
Remark string `json:"remark"`
|
|
Remark string `json:"remark"`
|
|
Groupid int `json:"groupid"`
|
|
Groupid int `json:"groupid"`
|
|
SubscribeScene string `json:"subscribe_scene"`
|
|
SubscribeScene string `json:"subscribe_scene"`
|
|
- Errcode string `json:"errcode"`
|
|
|
|
|
|
+ Errcode int `json:"errcode"`
|
|
Errmsg string `json:"errmsg"`
|
|
Errmsg string `json:"errmsg"`
|
|
}
|
|
}
|
|
|
|
|