application/x-www-form-urlencoded
应用request.POST.get

application/json
应用request.body.decode('utf8')

multipart/form-data
应用request.POST.get