在跑一个项目的时候出现这个错误,上网多方查找之后都没解决?请问这个问题应该怎么处理

img

错误信息:Request processing failed; nested exception is java.lang.IllegalArgumentException: Name for argument type [java.lang.String] not available, and parameter name information not found in class file either.

你发起的请求,方法参数中是不是只写了@RequestParam 没有指定参数的value或者那么啊,把你请求的接口发下撒

上代码截图

你的请求参数问题