curl --location --request GET '/adminapi/product/product_attributes/list?page=1&size=15&sort_field=attributes_id&sort_order=desc'{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"attributes_id": 4902,
"product_id": 419,
"attr_type": 2,
"attr_name": "nnn",
"attr_value": "3",
"attr_price": "1.00",
"attr_color": "",
"attr_pic": "",
"attr_pic_thumb": ""
}
],
"filter": {
"keyword": "",
"page": "1",
"size": "15",
"sort_field": "attributes_id",
"sort_order": "desc"
},
"total": 4085,
"errcode": 0,
"message": ""
}
}