暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_apps_comment_list' \
--form 'appid="10000"' \
--form 'apps_id="1"' \
--form 'apps_version_id="1"' \
--form 'userid="1"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"parentid": 0,
"apps_id": 1,
"content": "测试评论",
"userid": 3,
"time": "2023-12-30 20:33:00",
"appid": 10000,
"image_path": [],
"apps_version_id": 1,
"username": "moran_email",
"nickname": "这个人暂未设置昵称",
"usertx": "http://nmoranpro.cn/static/images/initial_photo/user.png",
"exp": 0,
"ip_address": "本机地址",
"parentnickname": "",
"parentusername": "",
"parentcontent": "",
"hierarchy": "初学者",
"vip": false,
"badge": []
}
],
"pagecount": 1,
"current_number": 1
},
"timestamp": 1703939677
}