原文:java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens

原因为:你使用的是http请求,但是发出来的是https,所以就会报错为这个错误.改一下请求方式就行. 将https改为http ...

2019-09-12 09:46 0 718 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM