Commit d5fd564c authored by ligaishun's avatar ligaishun

Update README.md

parent 7624e2ab
#树莓派矿机内置程序监控
## 接口
......@@ -278,6 +277,52 @@ response
}
}
```
### 反馈信息接口 内网接口
URL /pai/feedback
请求方法 post json
|参数|类型|是否必填|说明|
|description|string|是|反馈信息|
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
### 反馈进度查询接口 内网接口
URL /pai/iscomplete
请求方法 post json
|参数|类型|是否必填|说明|
|-|-|-|
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
### 钱包代解锁接口 内网接口
URL /pai/escrowpassword
请求方法 post json
|参数|类型|是否必填|说明|
|password|string|是|托管密码
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
## 节点部署:
监控程序代码默认放在/home/pi目录下面
......
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