curl --location --request GET 'http://192.168.8.59:8080/douyin/comment/list/?token&video_id'
{ "status_code": 0, "status_msg": "string", "comment_list": [ { "id": 0, "user": { "id": 0, "name": "string", "follow_count": 0, "follower_count": 0, "is_count": true }, "content": "string", "create_date": "string" } ] }