curl --location --request GET 'http://127.0.0.1/customer/info/'
{
"_embedded": {
"calculateUnit": "千瓦",
"createBy": "string",
"createTime": "string",
"dataType": "bool",
"formula": "AVG()",
"icon": "string",
"id": "string",
"kpiCode": "string",
"kpiName": "string",
"kpiType": 0,
"kpiTypeName": "string",
"tenant": 123,
"updateBy": "string",
"updateTime": "string"
},
"code": 0,
"message": "string",
"timestamp": "string"
}