| 错误码 | 含义 |
|---|---|
| 10001 | access_token 未设置、错误或过期 |
| 10045 | limit 超过最大值 50 |
| 10046 | offset 非法或超出范围 |
| 10047 | limit 不是正整数 |
| 10048 | 时间参数不是 10 位秒级或 13 位毫秒级时间戳 |
| 10049 | 参数格式、组合、枚举或请求体校验失败 |
| 22401 | 企业未开通对应的 LTC OpenAPI 能力 |
| 22403 | 订单、商品、回款等资源不存在或不属于当前企业 |
| 22414 | LTC 服务暂不可用 |
| 22415 | LTC 内部处理异常或响应不符合契约 |
| 22416 | LTC 服务契约版本不受支持 |
curl --location --globoff 'https://open.weibanzhushou.com/open-api/ltc/goods/list?goods_id=100097608&name=%E7%A4%BA%E4%BE%8B%E5%95%86%E5%93%81&product_number=2840429168780384055&is_on_sale=true&product_type=virtual&limit=20&offset=0&access_token=&access_token='{
"errcode": 0,
"errmsg": "ok",
"data": {
"total_count": 1,
"has_more": false,
"limit": 20,
"offset": 0,
"goods": [
{
"goods_id": "100097608",
"product_number": "2840429168780384055",
"name": "示例商品",
"product_type": "virtual",
"product_type_name": "虚拟",
"image_url": "https://example.com/goods.png",
"description": "示例商品说明",
"is_on_sale": true,
"min_price": "1.00",
"stock": 0,
"is_stock_unlimited": true,
"category": {
"id": "100093716",
"ext_id": null,
"name": "示例分类",
"display_state": "active"
},
"sku_list": [
{
"sku_id": "100096943",
"price": "1.00",
"spec_number": "100093716",
"spec_name": "ltc_default_spec",
"spec_param": {
"default": "ltc_default_spec"
},
"stock": 0,
"is_stock_unlimited": false
}
]
}
]
}
}