origami.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:origami-lib 作者: Cloud-CV 项目源码 文件源码
def validate_socket_id(request):
    try:
        if not request.form['socket-id']:
            raise Exception("cvfy [Error Code: 011] => field socket-id not found in the incoming request")
    except:
        raise Exception("cvfy [Error Code: 011] => field socket-id not found in the incoming request")

##########
## CORS ##
##########
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号