Commit 855ffb29 authored by szh's avatar szh

增加接口 节点安全重启

parent b2359f50
...@@ -341,6 +341,22 @@ response ...@@ -341,6 +341,22 @@ response
内部更新过程中 节点程序运行 但是端口服务未开启 节点无法访问 内部更新过程中 节点程序运行 但是端口服务未开启 节点无法访问
``` ```
### bityuan安全重启接口 内网接口
URL /pai/restartnode
请求方法 post json
|参数|类型|是否必填|说明|
```
response
{
"code": 200,
"msg": "ok",
"data":""
}
```
## 节点部署: ## 节点部署:
监控程序代码默认放在/home/pi目录下面 监控程序代码默认放在/home/pi目录下面
钱包节点程序命名为v7-bityuan 钱包节点程序命名为v7-bityuan
......
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