Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chanxuehong committed Sep 24, 2018
1 parent c705c28 commit 7e0579c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mp/user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ type UserInfo struct {
Remark string `json:"remark"` // 公众号运营者对粉丝的备注, 公众号运营者可在微信公众平台用户管理界面对粉丝添加备注
GroupId int64 `json:"groupid"` // 用户所在的分组ID

TagIdList []int `json:"tagid_list"` // Tag List
TagIdList []int `json:"tagid_list"` // Tag List
SubscribeScene string `json:"subscribe_scene"` // 返回用户关注的渠道来源
QrScene int `json:"qr_scene"` // 二维码扫码场景(开发者自定义)场景值ID,临时二维码时为32位非0整型,永久二维码时最大值为100000(目前参数只支持1--100000)
QrSceneStr string `json:"qr_scene_str"` // 二维码扫码场景描述(开发者自定义)场景值ID(字符串形式的ID),字符串类型,长度限制为1到64
QrScene int `json:"qr_scene"` // 二维码扫码场景(开发者自定义)场景值ID,临时二维码时为32位非0整型,永久二维码时最大值为100000(目前参数只支持1--100000)
QrSceneStr string `json:"qr_scene_str"` // 二维码扫码场景描述(开发者自定义)场景值ID(字符串形式的ID),字符串类型,长度限制为1到64
}

// Get 获取用户基本信息.
Expand Down

0 comments on commit 7e0579c

Please sign in to comment.