update readme

This commit is contained in:
zxbit2011
2020-11-30 11:14:59 +08:00
parent 52808f0b3c
commit b652164052

View File

@@ -29,7 +29,8 @@ func TestSDK(t *testing.T) {
t.Fatal(err)
return
}
t.Log("OK", string(result))
resJson, err := json.Marshal(result)
t.Log("OK", string(resJson))
}
````
# 输出结果