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 ##
##########
评论列表
文章目录