body-parser 默认限制了body长度
var bodyParser = require('body-parser'); app.use(bodyParser.json({"limit":"10000kb"}));