{
"name": "哈哈哈",
"contentType": 1,
"content": "解决",
"status": 1,
"sort": 1
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/channel/oaReplyDefault/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "哈哈哈",
"contentType": 1,
"content": "解决",
"status": 1,
"sort": 1
}'
{}