updateOrderBy
455 Bytes
# 更新尺码属性排序接口
> 接口名: `/sortAttribute/updateOrderBy`
### 入参
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|sortId|int|15|品类id|是|
|orderBy|int|10|序值|是|
|attributeId|int|属性Id||是|
---------------------
### 返回
``` json
{
"code": 200,
"data": [],
"md5": "d751713988987e9331980363e24189ce",
"message": "size update success."
}
```