文档
测试

商品列表

POST
/api/portal/goods/index

请求参数

参数名
类型
描述
必填
key_word
string
关键词
可选
type_id
int
分类id
可选
page
string
页码,条数
可选

说明 / 示例

{ "id": 18, "name": "测试", 商品名称 "type_id": "index", 商品分类名称 "image": "http://www.ldaq.com/upload/home/20200819/2e40cf9b12e052259439530a3bf888f9.jpg", 商品图片 "invent": 123, 库存 "o_price": null, 原价 "price": "32.00", 现价 "xl": 0, 销量 "hp": 100, 好评率 "status": 1, "des": "", 详情 "list_order": 10000, "is_hot": 0, 是否置顶 "is_recomm": 1, 是否推荐 "is_zy": 1, 是否自有品牌 0 否 1 是给详情页商品名称左侧标签显示用的 "type_info": null 所属分类详细信息 }