http发送的请求中数据有字节流,那可以在controller中使用ServletInputStream类来获取数据
参考代码:
https://blog.csdn.net/swl979623074/article/details/52992733?utm_source=blogxgwz9
通过ServletInputStream读取http请求传入的数据
原文:https://www.cnblogs.com/python924/p/12357456.html