WANG Huanchen

Results 2 issues of WANG Huanchen

## I think this place's result should be 2.8284271247461903 ![image](https://user-images.githubusercontent.com/72643295/118395487-4170a280-b67d-11eb-8ce9-6d96663b792e.png) ## By the way, I think it might be better that uses the angle rather than radian in the result...

在调用douyin_api.get_douyin_video_comments()方法时,返回结果为: { "status": false, "platform": "douyin", "endpoint": "/douyin/video_comments/", "total_time": null, "message": "解析失败,检查参数/Parse failed, check parameters", "video_id": null, "has_more": null, "cursor": null, "next_url": null, "count": null, "comments_list": null } 但需输入的参数都已输入,且已添加token因此想询问下可能的原因,谢谢。