📝 API doc
This commit is contained in:
parent
50663e4184
commit
189711dc22
1 changed files with 0 additions and 15 deletions
15
API.md
15
API.md
|
@ -31,7 +31,6 @@
|
|||
* [获取启动进度](#获取启动进度)
|
||||
* [获取系统版本](#获取系统版本)
|
||||
* [获取系统当前时间](#获取系统当前时间)
|
||||
* [判断是否正在写入数据](#判断是否正在写入数据)
|
||||
* [Webhook](#Webhook)
|
||||
|
||||
---
|
||||
|
@ -601,20 +600,6 @@
|
|||
|
||||
* `data`: 精度为毫秒
|
||||
|
||||
### 判断是否正在写入数据
|
||||
|
||||
* `/api/system/isDataWriting`
|
||||
* 不带参
|
||||
* 返回值
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
"msg": "",
|
||||
"data": false
|
||||
}
|
||||
```
|
||||
|
||||
## Webhook
|
||||
|
||||
TBD
|
||||
|
|
Loading…
Add table
Reference in a new issue