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