curl --location --request GET 'http://localhost:8027/crm/businessContract/list' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"businessId": 0,
"businessName": "string",
"contractId": 0,
"contractName": "string",
"createUser": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateUser": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}