{
"uid": 101,
"topics": "Travel, Adventure",
"pics": [
"https://example.com/pic1.jpg",
"https://example.com/pic2.jpg"
],
"content": "This is a sample post about my recent trip.",
"longitude": "120.987654",
"latitude": "30.543210"
}
curl --location --request POST 'http://api.test.xuance365.com/comment/query-comment?t&sign&pageSize&pageNum&uid=1&postId=1&commentLevel=1&topCommentId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 101,
"topics": "Travel, Adventure",
"pics": [
"https://example.com/pic1.jpg",
"https://example.com/pic2.jpg"
],
"content": "This is a sample post about my recent trip.",
"longitude": "120.987654",
"latitude": "30.543210"
}'
{
"code": 0,
"msg": "success",
"data": [
{
"postId": 4,
"parentCommentId": 1,
"uid": "1000000",
"nickname": "二狗",
"avatarUrl": "https://xuance365.oss-cn-beijing.aliyuncs.com/ver1/80/0a/80edb9b8c5ee398f16e79f7a814a5a0a.png",
"content": "This is a sample post content.",
"pics": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"thumbUp": 1,
"bookmark": 1,
"comment": 1,
"createDate": "2024-12-04T00:04:14"
}
]
}