curl --location --request GET 'http://192.168.2.15:8080/neighbors/publicWelfare/list?createBy&createTime&updateBy&updateTime&remark&id&image&title&reading&sort&status&content' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImNiMDgwYmRiLWY3ODEtNDkxNC05ZjM0LTdhN2IxMDM4ODRlMiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.ikxj18opIH-fQVKbwcgXNK_fxDp5NGcoAsakyxG3W2O9D-syAR3kBdrqKbOnE7OGIDS2tc1qZKFpu2QAegI2aA'{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": null,
"id": "string",
"image": "string",
"title": "string",
"reading": 0,
"sort": 0,
"status": "string",
"content": "string"
}
],
"code": 0,
"msg": "string"
}