-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
请教如果传参是ENUM类型如何处理 #34
Comments
你这边能用起来吗 |
我这边枚举类型用不起来,正常的简单类型、复杂类型可以 |
感谢你们的提问,我会针对枚举类型看一下的,我会把处理结果发出来 |
好的,谢谢处理 |
@ribrib1234 @zhuofengxichen
|
引入JAR的方式可以解决目前的需求,期待下次的版本更新 |
@ribrib1234 就这几天刚好和其他几个问题一起修改后发布 |
请问一下 这个问题怎么解决的,我也同样引入了jar包,但是枚举类型的数据在json里面怎么写都不能用 |
@mawenlong3 枚举就当做字符串传递就可以了 |
测试过程中使用到的枚举类代码如下:
public enum SubscribeChannelType {
}
The text was updated successfully, but these errors were encountered: