https://blog.csdn.net/liunian823/article/details/80290855

 

记得之前遇到过这个问题,并且记录笔记了,这次再翻笔记,却没有找到。。。搜索 了下。

 java.lang.IllegalArgumentException: Form-encoded method must contain at least one @Field.

 

去掉接口方法上面的:

@FormUrlEncoded   的注解就可以了。

 

相关文章:

  • 2021-04-30
  • 2021-04-15
  • 2022-12-23
  • 2022-01-05
  • 2022-03-08
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-10-29
  • 2021-06-26
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
相关资源
相似解决方案