From 16a72feca2baceb7ab5e88c15a886e1e50f3fe30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=BF=9C=E5=8B=A4?= <121817294@qq.com> Date: Fri, 19 Jun 2020 18:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index db47354..86dd41e 100644 --- a/README.md +++ b/README.md @@ -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