赞
踩
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
由于在是本地电脑测试请求数据列表的,然后在代码里写的请求是https的,
将https改为http即可解决。
完结!