Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/dispatch-setting-record/list' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"dispatchType": "",
"relationType": "",
"relationId": 0,
"dispatchName": "",
"msgContent": ""
}
],
"code": 200,
"msg": "查询成功"
}