本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request PUT 'http://server.kgu.cn:61054/api/post/reply' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": "string",
"replyId": "string",
"reply": "string",
"targetMemberId": "string"
}'{
"result": "",
"code": 0,
"message": "",
"data": ""
}