请问下,webman在接收外来请求时,Content-Type默认是text/plain吗?使用 application/json接收不到请求的post数据,使用 text/plain可以接收到post数据。 可以设置Content-Type默认为application/json吗?谢谢...