{
"type": "keyword",
"name": "嘎嘎嘎",
"keyword": "红花,明尼",
"contentType": 1,
"content": "关键词回复",
"matchingType": 1,
"status": 1
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/channel/oaReply/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "keyword",
"name": "嘎嘎嘎",
"keyword": "红花,明尼",
"contentType": 1,
"content": "关键词回复",
"matchingType": 1,
"status": 1
}'
{
"code": 200,
"msg": "成功",
"data": []
}