分销商品列表

1) 请求地址

https://www.azmbk.com/multistore/index/distr-goods-list

5) 请求返回结果:

{
    "code": 0,
    "data": {
        "list": [
            {
                "goods_name": "亿智 蓝莓叶黄素酯软糖(蓝莓味)105克/瓶",
                "goods_image": "https://oss.azmbk.com/images/shop/679/gallery/2024/10/08/17283560956461.jpg",
                "goods_price": "9.60",
                "goods_sn": "85354",
                "goods_id": "111240",
                "rebate": 10
            }
        ],
        "page": {
            "page_key": "page",
            "page_id": "pagination",
            "default_page_size": 10,
            "cur_page": 1,
            "page_size": 10,
            "page_size_list": [
                10,
                50,
                500
            ],
            "record_count": 1,
            "page_count": 1,
            "offset": 0,
            "url": null,
            "sql": null
        }
    },
    "message": ""
}

6) 请求返回结果参数说明:

字段名称 字段说明 类型 必填 备注
code string Y -
data string Y -
list string Y -
goods_name string Y -
goods_image string Y -
goods_price string Y -
goods_sn string Y -
goods_id string Y -
rebate string Y -
page string Y -
page_key string Y -
page_id string Y -
default_page_size string Y -
cur_page string Y -
page_size string Y -
page_size_list string Y -
record_count string Y -
page_count string Y -
offset string Y -
url string Y -
sql string Y -
message string Y -
文档更新时间: 2024-10-09 17:40   作者:xieyuhua