多彩编程 多彩编程MZPH · CODE BLOG
ARTICLE DETAIL

文章详情

深耕前端与后端开发技术的一线实战笔记与踩坑复盘。

万邦 Onebound item_search_seller 微信公众号搜索列表 API 返回值完整说明

万邦 Onebound item_search_seller 微信公众号搜索列表 API 返回值完整说明 一、接口基本信息接口名weixin.item_search_seller搜索公众号列表请求网关https://api-gw.onebound.cn/weixin/item_search_seller/鉴权方式keysecret平台分配的 apiKey/apiSecret请求方式GET 或 POST示例请求bash复制curl -i https://api-gw.onebound.cn/weixin/item_search_seller/?keyapiKeysecretapiSecretq女装page1二、请求参数表格复制参数必填说明key是平台分配的 apiKeysecret是平台分配的 apiSecretq是搜索关键词需 URL 编码page是页数三、响应参数items 列表中每个公众号的字段表格复制名称文档标注类型示例值描述profile_urlString/link?urldn9a_-gY295K0Rci_...type1query...公众号私有链接跳转页headimageString头像图地址公众号头像qrcodeStringpop.nosdn.127.net/184e3b95-f1…二维码图地址wechat_nameInt*女装搭配日记公众号名称wechat_idFloat*plnr068微信号post_permInt226月发文量view_permString12475月阅读量introductionStringMOCo.官方旗舰店功能介绍oa_idStringoIWsFt_fm4htgZ2f9k1UdtsyUjWAOpenAuthID公众号唯一 openid 类标识authenticationString深圳精选文化传媒有限公司微信认证主体以上字段定义来自万邦官方文档的响应参数表。⚠️文档瑕疵提示官方文档把wechat_name标成 Int、wechat_id标成 Float但从示例值看二者实际都是字符串属于文档标注笔误另外headimage、qrcode的示例值疑似与标题错位接入时应以真实返回为准。四、通用错误码表格复制error_code状态信息说明是否收费0000success调用成功并返回数据是2000Search success but no result访问成功但无搜索结果是4000Server internal error服务器内部错误否4001Network error网络错误否4002Target server error目标服务器错误否4003Param error参数错误忽略不扣费4004Account not found账户不存在忽略4005Invalid authentication credentials授权失败忽略4006API stopped当前 API 已停用忽略4007Account stopped账户已停用忽略4008API rate limit exceeded并发已达上限忽略4009API maintenanceAPI 维护中忽略4010API not foundAPI 不存在忽略4012Please add api first请先添加该 API忽略4013Number of calls exceeded调用次数超限忽略4014Missing url param参数缺失忽略4015Wrong pageTokenpageToken 有误忽略4016Insufficient balance余额不足忽略4017timeout error请求超时否5000unknown error未知错误否
返回列表