Commit 73375dc6 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update readme

parent 0b80388a
# sdk kv api
get
```
curl -X POST http://localhost/kvapi/v1/storage/get?key=xxx
```
set
```
curl -X POST -H 'content-type:application/json' -d '{"key":"xxx","value":"xxx"}' http://localhost/kvapi/v1/storage/set
```
del
```
curl -X POST -H 'content-type:application/json' -d '{"key":"xxx"}' http://localhost/kvapi/v1/storage/del
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment