We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信公众号-获取用户基本信息接口与批量获取用户基本信息接口均会返回客户信息sex字段,目前WxMpUser中没有属性可以接收这个信息。
官方文档中没有明确提及,但是实际操作中发现确实有返回。具体如下: { "subscribe": 1, "openid": "oBkPMjscy********************", "nickname": "", "sex": 0, "language": "zh_CN", "city": "", "province": "", "country": "", "headimgurl": "", "subscribe_time": 1681903376, "unionid": "ovg9owgl**********************", "remark": "", "groupid": 0, "tagid_list": [], "subscribe_scene": "ADD_SCENE_SEARCH", "qr_scene": 0, "qr_scene_str": "" }
The text was updated successfully, but these errors were encountered:
binarywang#2983 增加性别属性
f4ee090
No branches or pull requests
简要描述
微信公众号-获取用户基本信息接口与批量获取用户基本信息接口均会返回客户信息sex字段,目前WxMpUser中没有属性可以接收这个信息。
官方文档地址
官方文档中没有明确提及,但是实际操作中发现确实有返回。具体如下:
{
"subscribe": 1,
"openid": "oBkPMjscy********************",
"nickname": "",
"sex": 0,
"language": "zh_CN",
"city": "",
"province": "",
"country": "",
"headimgurl": "",
"subscribe_time": 1681903376,
"unionid": "ovg9owgl**********************",
"remark": "",
"groupid": 0,
"tagid_list": [],
"subscribe_scene": "ADD_SCENE_SEARCH",
"qr_scene": 0,
"qr_scene_str": ""
}
The text was updated successfully, but these errors were encountered: