lysilver

Results 1 issues of lysilver

## Ask your question here ![image](https://user-images.githubusercontent.com/44791098/144347688-731f9426-93db-417c-8f54-6429864288df.png) ```java Map map = new HashMap(2); map.put("aaa", "96969"); HttpExtension httpExtension = new HttpExtension(DaprHttp.HttpMethods.GET, null, map); byte[] s = daprClient .invokeMethod(appId, "api/v1/test", "", httpExtension, map,...

kind/bug
good first issue
triaged/resolved
P1
size/XS