{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"content": "string",
"appUserId": 0,
"appUserName": "string",
"appUserPhone": "string",
"remark": "string",
"isDelete": 0
}
curl --location --request POST '/feedback/searchFeedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"content": "string",
"appUserId": 0,
"appUserName": "string",
"appUserPhone": "string",
"remark": "string",
"isDelete": 0
}'
{
"total": 0,
"rows": [
{
"id": 0,
"content": "string",
"appUserId": 0,
"appUserName": "string",
"appUserPhone": "string",
"remark": "string",
"isDelete": 0
}
],
"code": 0,
"msg": "string"
}