curl --location --request GET 'http://dev-cn.your-api-server.com/api/apps/v1/user/get_comment/?open_id=ba253642-0590-40bc-9bdf-9a1334b94059&item_id=' \
--header 'Authorization: Bearer <token>'{
"data": {
"description": "",
"error_code": "0",
"result_list": [
{
"date": "yyyy-MM-dd",
"new_comment": "200"
}
]
},
"extra": {
"description": "",
"error_code": "0",
"logid": "202008121419360101980821035705926A",
"now": "1597213176393",
"sub_description": "",
"sub_error_code": "0"
}
}