alan2016llg
Results
3
issues of
alan2016llg
**What would you like to be added**: 通过go调用java的服务时,返回对象中存在如以下被注解标注不期望被消费端看见的属性时,在消费端任然被获取到。 @JSONField( serialize = false, deserialize = false ) @JsonIgnore public boolean isSuccess() { return this.status == 200; } **Why is this needed**:...
waiting-for-feedback
### Environment - Server: - Client: - Protocol: - Registry: ### Issue description ### Logs Click me to check logs ``` panic: runtime error: invalid memory address or nil pointer...