curl --location '/system/product/attribute/list?attributeId=&productId=&attributeName=&attributeCode=&readWriteType=&dataType=&attributeUnit=&attributeDesc=&attributeDefaultValue=&createTime=&updateTime=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ0a0J1VFJvZVhuWG1SRU9Wd0tBM0w1QTdxQ1RqUEFOayIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwiZGVwdElkIjoxMDN9.H9xMLtZUW_mS78ir2mTS6EyXYFTIJvzUM1hqFXr-23E' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e'{
"total": 0,
"rows": [
{
"attributeId": 0,
"productId": 0,
"attributeName": "string",
"attributeCode": "string",
"readWriteType": 0,
"dataType": "string",
"attributeUnit": "string",
"attributeDesc": "string",
"attributeDefaultValue": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"code": 0,
"msg": "string"
}