本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request POST 'http://server.kgu.cn:61054/api/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": "string",
"blockId": "string",
"topicId": "string",
"title": "string",
"content": "string"
}'{
"result": "",
"code": 0,
"message": "",
"data": {
"SEO_TITLE": "",
"KEYWORD": "",
"SEO_DESCRIPTION": "",
"id": "",
"deleted": false,
"available": false,
"createTime": "",
"updateTime": "",
"createUser": "",
"updateUser": "",
"comparable": 0,
"siteIds": "",
"sysLanguage": "",
"title": "",
"blockId": "",
"topicId": "",
"memberId": "",
"content": "",
"plainText": "",
"type": "",
"top": false,
"views": 0,
"replyCount": 0,
"collectCount": 0
}
}