Using Triple protocol + hessian2 serialization scheme
This section shows how to construct a generic interface reference in the form of an API
The Invoke method of GenericService includes three parameters: context.Context, []string, []hessian.Object,
where the second parameter is the corresponding Java class name, such as java.lang.String, org.apache.dubbo.User, and the third parameter is the parameter list, where hessian.Object is the interface. The second and third parameters should match the method signature and correspond in order.
Obtain a map structure return result