def before_request():
content_length = request.content_length
if content_length is not None and content_length > 1024:
raise ApiError(
message='FROG CANNOT EXCEED MAXIMUM SIZE IN GIRTH, WIDTH OR LENGTH.',
status_code=413)
评论列表
文章目录