luky116 commented on issue #294: URL: https://github.com/apache/dubbo-go-hessian2/issues/294#issuecomment-984203193
> `gender, err := userProvider.GetGender(context.TODO(), 1)` 这里的最后一个参1 ,应该用 MAN/WOMAN 吧? 参数定义的是int,返回值是枚举值。 java-server端是可以正常收到参数并处理返回的,但是go-client端无法解析返回的结果。  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
