{
"id": 0,
"name": "string",
"contentType": 0,
"content": "string",
"status": 0,
"sort": 0
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/channel/oaReplyFollow/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"contentType": 0,
"content": "string",
"status": 0,
"sort": 0
}'
{
"code": 0,
"msg": "string",
"data": [
"string"
]
}