curl --location --request GET 'http://localhost:8027/crm/material/list?id=&businessId=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"businessId": 0,
"type": "string",
"accessory": "string",
"comment": "string",
"createUser": "string",
"createUserName": "string",
"updateUser": "string",
"businessName": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}