curl --location --request GET 'http://10.134.49.88:8080/azaz/video/getCommentList?videoId=35&commentId=0' \ --header 'token: cmwwzmvajly3wo9w2kkrvjqlbsd5yfl2'
{ "code": 0, "message": "string", "data": [ { "id": "string", "videoId": "string", "userId": "string", "userName": "string", "image": "string", "content": "string", "status": "string", "createTime": "string", "updataTime": "string" } ] }