curl --location --request GET 'http://localhost:8027/crm/clue/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"clientName": "string",
"contactNumber": "string",
"clientId": 0,
"commercialOpportunityId": 0,
"clueName": "string",
"clueDescribe": "string",
"clueSource": "string",
"followUpPeople": 0,
"followUpPeopleName": "string",
"clueState": "string",
"openState": "string",
"releaseTime": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstNum": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"createTime": "2019-08-24T14:15:22Z",
"clueRecordCount": 0
}
}