Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqinguo committed Jun 19, 2020
1 parent e2b8c0f commit 16a72fe
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@

# 接口

## 初始化接口

```shell
/genids/init_node

query: nodeid=[0,1,2,3] nodeid只能为0,1,2,3中的某一个,且全局唯一

curl http://localhost:8090/genids/init_node?nodeid=0

返回:
{
"errcode": 100, # 100表示成功,其它为失败
"errmsg": "OK",
"data": ""
}
```



## ID生成接口

```shell
Expand Down

0 comments on commit 16a72fe

Please sign in to comment.