curl --location --request GET '/adminapi/product/product_attributes/detail?id=13'{
"code": 0,
"msg": "ok",
"data": {
"item": {
"attributes_id": 13,
"product_id": 2,
"attr_type": 0,
"attr_name": "版型",
"attr_value": "收腰",
"attr_price": "0.00",
"attr_color": "",
"attr_pic": "",
"attr_pic_thumb": ""
},
"errcode": 0,
"message": ""
}
}