调用代码[Java]
String method = "kdt.users.weixin.follower.get"; Map<String, String> params = new HashMap<String, String>(); params.put("weixin_openid","oURTVwO11rad_F7oWE0gyx7764JY");
String json = executeGet(method,params);
返回内容: {
"response": {
"user": {
"sex": "m",
"tags": [],
"union_id": "",
"is_follow": true,
"points": 10,
"traded_num": 3,
"traded_money": "0.03",
"level_info": {},
"user_id": "1349260939",
"weixin_openid": "oURTVwO11rad_F7oWE0gyx7764JY",
"nick": "本字段内容已隐藏",
"avatar": "本自断内容已隐藏",
"follow_time": "2016-05-09 15:53:29",
"province": "广东",
"city": "广州"
}
}
}
问题描述:
返回的信息里边没有会员等级信息
level_name | String | VIP粉丝 | 会员等级名 | level_id | Number | 123 | 会员等级编码 |
本帖最后由 品鉴测试2016 于 2016-5-23 11:20 编辑
|