We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
遇到很奇怪的问题: 用以下代码,第二次跳转的时候,影响到了所有的参数,都取不到值 @JvmField @Autowired(required = false, desc = "接听电话 房间id") var roomId: Int? = null
如果改成String类型就没问题 @JvmField @Autowired(required = false, desc = "接听电话 房间id") var roomId: String? = null
Sorry, something went wrong.
我也遇到了这个问题,终于找到原因了。 详见 https://blog.csdn.net/EthanCo/article/details/108225497 大佬也可以关注下这个问题,修复下 @zhi1ong
是个 bug,1.5.1 修复
暂时 Kotlin 环境注入的时候,参数必须要有默认值,且不能是 null
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: