示例#1
0
	def delete(self):
		comment_id = self.request.arguments['comment_id']

		comments_api.del_media_comments(comment_id)
		


		
示例#2
0
def test_del_media_comments():
    id = 1
    comments_api.del_media_comments(id)