Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/website/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"name": "",
"call": "",
"phoneNumber": "",
"mailAddr": "",
"message": "",
"ipAddr": ""
}
],
"code": 200,
"msg": "查询成功"
}