Update nezha接口文档.md

This commit is contained in:
陈劲松
2019-08-20 15:49:02 +08:00
parent 8acb429a70
commit 27d3e9ea3e

View File

@@ -608,7 +608,7 @@ data |Object |R | 
##### 2.1.1.7 IP校验
- **接口说明:** IP校验
- **接口说明:** IP校验分三种情况1.校验不通过2.校验通过3.ip已在其他业务系统里存在此时返回node实体询问用户是否关联
- **接口地址:** /node/ipCheck
- **请求方式:** GET
@@ -631,6 +631,7 @@ GET /node/ipCheck?uuid=5&ip=192.11.14.20
:---- |:--- |:------ |:---
code |int |R |响应码,详见 附录A
msg |String |R | 
data |Object |O |同2.1.1.2nodeInfo详情
示例:
@@ -639,6 +640,7 @@ msg |String |R | 
{
"code": 200,
"msg": "success"
"data": 节点详情
}
失败
{
@@ -2097,7 +2099,7 @@ page |Integer |O |页码为空时默认为1
limit |Integer |O |每页记录数为空时默认为10
sidx |String |O |排序字段
order |String |O |排序方式(asc/desc)
id |Integer |R |业务系统id
id |Integer |O |业务系统idglobal时可指定这个参数
示例:
@@ -2162,7 +2164,7 @@ data |Object |R | 
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
id |Integer |R |业务系统id
id |Integer |O |业务系统idglobal时可指定这个参数
uuids |Integer[] |R |节点id
示例:
@@ -2200,7 +2202,7 @@ msg |string |R | 
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
id |Integer |R |业务系统id
id |Integer |O |业务系统idglobal时可指定这个参数
uuids |Integer[] |R |节点id
示例: