document
API test

获取商品分类参数列表

GET
/itemCatParam/findItemCatParamListByType?itemCatId=564&paramType=1

API description

请求类型(GET)业务描述( 根据商品分类和参数类型,查询信息)

Request Parameters

parameter
type
description
required
itemCatId
商品分类ID号
不能为null
required
paramType
商品分类参数的类型
不能为null 1 为动态类型 2为静态属性
required

返回值结果:

parameter
type
description
required
status
状态信息
200表示服务器请求成功 201表示服务器异常
required
status
服务器返回的提示信息
可以为null
required
data
服务器返回的业务数据
商品分类参数List集合
required

Description or Example

{"status":200, "msg":"服务器调用成功!", "data": [ { "created":"2021-04-13T15:45:01.000+00:00", "updated":"2021-04-19T03:00:09.000+00:00", "paramId":1, "paramName":"选择颜色", "itemCatId":560, "paramType":1, "paramVals":"亮黑色,釉白色,秘银色,夏日胡杨,秋日胡杨,白色,黑色" }, { "created":"2021-04-13T15:45:01.000+00:00", "updated":"2021-04-13T15:45:01.000+00:00", "paramId":2, "paramName":"选择版式", "itemCatId":560, "paramType":1, "paramVals":"8GB+128GB,8GB+256GB,8GB+512GB" } ] }