diff --git a/README.md b/README.md index cd42b62..6fa9904 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,17 @@ curl "http://127.0.0.1:11200/?key=南京市长江大桥&format=simple" 南京市 长江大桥 ``` +同时,也支持HTTP POST模式,使用如下调用: + +``` +curl -d "南京市长江大桥" "http://127.0.0.1:11200/" +``` + +返回结果如下: + +``` +["南京市", "长江大桥"] +``` ### 卸载 ```sh