[GitHub] [dubbo-go] CodingAdai commented on issue #2165: 服务端返回isXxxx字段的问题

2023-01-31 Thread via GitHub
CodingAdai commented on issue #2165: URL: https://github.com/apache/dubbo-go/issues/2165#issuecomment-1411313902 让consumer 端来做兼容的话,我个人认为不太合理。如果确实要这样做的话,可以考虑扩展filter来拦截实现。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [dubbo-go] CodingAdai commented on issue #2165: 服务端返回isXxxx字段的问题

2023-01-15 Thread GitBox
CodingAdai commented on issue #2165: URL: https://github.com/apache/dubbo-go/issues/2165#issuecomment-1383449600 > 场景:服务端是java实现的dubbo服务;调用方是dubbo-go泛化调用。服务端返回的结构体是{"isSuccess":true},但是dubbo-go收到的却是{"success":true} > > 请问如何接收到原始的isSuccess字段呢 @LvBay