This commit is contained in:
xxj
2023-09-19 18:39:50 +08:00
parent d2b9970497
commit eb214a08da

View File

@@ -98,6 +98,7 @@ type WxUserinfo struct {
Province string `json:"province"` // 用户所在省份
Country string `json:"country"` // 用户所在国家
Headimgurl string `json:"headimgurl"` // 头像地址
Unionid string `json:"unionid"` // 用户全局唯一标识
// Privilege []string `json:"privilege"` // 户特权信息json 数组如微信沃卡用户为chinaunicom
}