Authorization: Bearer ********************
curl --location --request GET '/back/breakDate/pageList'
{
"total": 0,
"rows": [
{
"breakId": 0,
"isDelete": 0,
"breakDate": "2019-08-24T14:15:22Z",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}