• 微信公众号根据关键词取文章列表 API


    item_search-根据关键词取文章列表返回值说明  测试此API

    onebound.weixin.item_search

    公共参数

    请求地址: https://api-gw.onebound.cn/weixin/item_search

    名称类型必须描述
    keyString调用key(必须以GET方式拼接在URL中)
    secretString调用密钥
    api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
    cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
    result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
    langString[cn,en,ru]翻译语言,默认cn简体中文
    versionStringAPI版本

    请求参数

    请求参数:q=连衣裙&

    参数说明:q:关键词,没有其他参数

    响应参数

    Version: Date:

    名称类型必须示例值描述

    num_iid

    String02283003商品ID

    title

    String0MOCO夏季新品高腰牛仔斜裁蕾丝拼接半身裙MA182SKT402 摩安珂商品标题

    pic_url

    String0http://pop.nosdn.127.net/184e3b95-f1f8-4fb8-a1c4-c3533b4ad618商品图片

    promotion_price

    Int01099参考价

    price

    Float0549价格

    sales

    Int03销量

    area

    String0中国店铺所在地

    seller_nick

    String0MO&Co.官方旗舰店卖家昵称

    detail_url

    String0https://goods.kaola.com/product/2283003.html商品链接

    请求示例

    	
    -- 请求示例 url 默认请求参数已经URL编码处理
    curl -i "https://api-gw.onebound.cn/weixin/item_search/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&q=连衣裙&"

    响应示例

    异常示例

    相关资料

    错误码解释

    状态代码(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 found with these valuesAPI不存在忽略
    4012Please add api first请先添加api忽略
    4013Number of calls exceeded调用次数超限忽略
    4014Missing url param参数缺失忽略
    4015Wrong pageToken参数pageToken有误忽略
    4016Insufficient balance余额不足忽略
    4017timeout error请求超时
    5000unknown error未知错误
  • 相关阅读:
    开发一款小程序游戏需要多少钱?
    window安装压缩版postgresql
    在中国,技术到底有多有用?
    如何处理前端本地存储和缓存?
    BurpSuite爆破base64账号密码
    [NPUCTF2020]Mersenne twister
    五、strongSwan
    系列文章|云原生时代下微服务架构进阶之路 - Spring
    如何将本地项目上传到GitHub
    人工智能技术的应用前景:改变我们的生活和工作方式
  • 原文地址:https://blog.csdn.net/m0_72059466/article/details/125502692