本文档非 ACGO 官方编写,如有侵权,请加入Q群联系删除!
{
"nvcVal": "string",
"content": "string",
"type": 0,
"postId": 0
}
curl --location --request POST 'https://gateway.acgo.cn/acgoForum/comments/save' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nvcVal": "string",
"content": "string",
"type": 0,
"postId": 0
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"postId": 0,
"mainCommentsId": null,
"parentCommentsId": null,
"type": 0,
"content": "string",
"placeName": "string",
"receiver": null,
"sender": {
"userId": 0,
"nickName": "string",
"account": null,
"avatar": "string",
"rankId": 0,
"honorary": "string"
},
"createdAt": 0,
"createdAtName": "string"
},
"timestamp": 0
}
扫码加入 ACGO-API-Collect 交流群
在这里,获得本项目使用上的帮助,快速解决问题
扫码加入 ACGO 官方QQ交流群
探讨ACGO相关学习技术问题,第一时间获得解答