文档
测试

13、获取属性分组没有关联的其他属性

GET
/product/attrgroup/{attrgroupId}/noattr/relation

接口描述

获取属性分组里面还没有关联的本分类里面的其他基本属性,方便添加新的关联

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
limit
int
示例:10
必填
sidx
string
示例:id
必填
order
string
示例:asc/desc
必填
key
string
示例:华为
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:3
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
attrId
int
示例:1
必填
attrName
string
示例:aaa
必填
searchType
int
示例:1
必填
valueType
int
示例:1
必填
icon
string
示例:aa
必填
valueSelect
string
示例:aa;ddd;sss;aaa2
必填
attrType
int
示例:1
必填
enable
int
示例:1
必填
catelogId
int
示例:225
必填
showDesc
int
示例:1
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:3
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
attrId
int
示例:1
必填
attrName
string
示例:aaa
必填
searchType
int
示例:1
必填
valueType
int
示例:1
必填
icon
string
示例:aa
必填
valueSelect
string
示例:aa;ddd;sss;aaa2
必填
attrType
int
示例:1
必填
enable
int
示例:1
必填
catelogId
int
示例:225
必填
showDesc
int
示例:1
必填

说明 / 示例

~~~json { "msg": "success", "code": 0, "page": { "totalCount": 3, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [{ "attrId": 1, "attrName": "aaa", "searchType": 1, "valueType": 1, "icon": "aa", "valueSelect": "aa;ddd;sss;aaa2", "attrType": 1, "enable": 1, "catelogId": 225, "showDesc": 1 }] } }