Error: request size did not match content length
来源:4-3 第四天 自动回复各种消息
Apieceofcake
2017-03-12
报出如题错误
写回答
2回答
-
Scott
2017-03-13
你用的是 koa 哪个版本,如果是 2.0 的话,可以把 this.req 换成 ctx.request 试试看,如果报错的是这个位置的话
yield getRawBody(this.req, { length: this.length, limit: '1mb', encoding: this.charset })
142019-09-16 -
flydust
2017-05-15
把 length:this.length, 注释掉试试
00
相似问题