wx/wxapi/nickname_one

获取一个公众号详情

URL

http://${app_base}/api/wx/wxapi/nickname_one

请求方式

POST

访问授权限制

访问级别:普通接口
频次限制:

请求参数

参数名称 必选 类型及范围 说明
appid true string 此参数为API用户唯一标识,数值为平台分配的用户appid
appkey true string 此参数为API用户签名私钥,值为平台分配的用户appkey
wx_name true string 微信号

返回结果

 JSON示例
  1. "returnCode" :"1001",
  2. "returnMsg" :"接口调用成功",
  3. "feeCount" :845,
  4. "returnData" :{
  5. "id":10,
  6. "wx_nickname": "微信公众号昵称",
  7. "wx_openid":"待定",
  8. "wx_biz": "微信官方biz",
  9. "wx_type":1,
  10. "wx_name": "公众账号(如 cctv)",
  11. "wx_qrcode":"公众号二维码地址",
  12. "wx_note": "公众号描述",
  13. "wx_vip":"是否认证",
  14. "wx_vip_note": "认证信息",
  15. "wx_country":"公众号所属国家",
  16. "wx_province": "公众号所属省份",
  17. "wx_city":"公众号所属城市",
  18. "wx_title": "最新文章标题",
  19. "wx_url":"最新文章地址",
  20. "wx_url_posttime": "最新文章发布时间",
  21. "uid":10010,
  22. "time_start": "开始采集时间",
  23. "time_end":"结束采集时间",
  24. "time_stop": "结束时间",
  25. "add_time":"添加时间",
  26. "status": "状态",
  27. "isenable":0,
  28. "update_status":"更新状态"
  29. }

关于错误返回值与错误代码,参见 错误代码说明

返回值字段 类型 说明
id int 平台内公众号ID
wx_nickname string 公众号名昵称
wx_openid string 待定
wx_biz string 微信官方biz
wx_type int 公众号类型
wx_name string 公众账号
wx_qrcode string 公众号二维码地址
wx_note string 公众号描述
wx_vip string 是否认证
wx_vip_note string 认证信息
wx_country string 公众号所属国家
wx_province string 公众号所属省份
wx_city string 公众号所属城市
wx_title string 最新文章标题
wx_url string 最新文章地址
wx_url_posttime string 最新文章发布时间
uid int 用户ID
time_start string 开始采集时间
time_end string 结束采集时间
time_stop string 结束时间
add_time string 添加时间
status int 状态
isenable int 是否可用 0可用 1禁用
update_status int 更新状态

问答系统 查看更多问题或提问

文档更新时间: 2015-06-04