Using Triple protocol + hessian2 serialization scheme
Refer to Dubbogo 3.0 Generic Invocation Documentation
Here is the construction of the generic interface reference in the form of API
The Invoke method of GenericService includes three parameters: context.Context, []string, []hessian.Object,
where the second parameter corresponds to the Java class names such as java.lang.String, org.apache.dubbo.User, and the third parameter is the parameter list, hessian.Object as the interface. The second and third parameters should match the method signature in order.
Obtained a map structure return result