curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/supply_collaboration.goods/lists?keyword&category_id&is_rpo&user_id' \
--header 'version: 1.1.1'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"name": "string",
"image": "string",
"min_cost_price": "string",
"max_cost_price": "string",
"spec_type": 0,
"spec_value": [
{
"id": 0,
"goods_id": 0,
"name": "string",
"spec_list": [
{
"id": 0,
"goods_id": 0,
"spec_id": 0,
"value": "string"
}
]
}
],
"spec_value_list": [
{
"id": 0,
"image": "string",
"goods_id": 0,
"spec_value_ids": "string",
"spec_value_str": "string",
"cost_price": "string",
"stock": "string",
"volume": "string",
"weight": "string",
"bar_code": "string",
"shop_item_id": 0,
"sell_price": "string"
}
],
"sell_price": "string",
"sku_desc": "string",
"spec_id": 0
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": {}
}
}