Skip to content

Commit

Permalink
Update cli-wallet-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albert committed Aug 22, 2018
1 parent 3414b63 commit d0cc286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/cli-wallet-api.md
Expand Up @@ -27,7 +27,8 @@
进入命令行(cmd),输入

```
curl --data '{"jsonrpc": "2.0", "method": "get_account", "params": ["nathan"], "id": 1}' http://127.0.0.1:8091```
curl --data '{"jsonrpc": "2.0", "method": "get_account", "params": ["nathan"], "id": 1}' http://127.0.0.1:8091
```

即可看到返回结果

Expand Down

0 comments on commit d0cc286

Please sign in to comment.