first commit
This commit is contained in:
commit
71af632d64
20 changed files with 1964 additions and 0 deletions
29
test.http
Normal file
29
test.http
Normal file
|
@ -0,0 +1,29 @@
|
|||
### 初始化
|
||||
GET http://127.0.0.1:5000/init
|
||||
|
||||
### 旋转木马顺时针旋转90度
|
||||
GET http://127.0.0.1:5000/carousel/clockwise
|
||||
|
||||
### 旋转木马逆时针旋转90度
|
||||
GET http://127.0.0.1:5000/carousel/counter-clockwise
|
||||
|
||||
### 观光电梯上升1CM
|
||||
GET http://127.0.0.1:5000/elevator/up
|
||||
|
||||
### 观光电梯下降1CM
|
||||
GET http://127.0.0.1:5000/elevator/down
|
||||
|
||||
### 滑梯角度抬升
|
||||
GET http://127.0.0.1:5000/slide/degree/rise
|
||||
|
||||
### 滑梯角度下降
|
||||
GET http://127.0.0.1:5000/slide/degree/fall
|
||||
|
||||
### 滑梯宽度增加
|
||||
GET http://127.0.0.1:5000/slide/width/increase
|
||||
|
||||
### 滑梯宽度减少
|
||||
GET http://127.0.0.1:5000/slide/width/decrease
|
||||
|
||||
### 停
|
||||
GET http://127.0.0.1:5000/cleanup
|
Loading…
Add table
Add a link
Reference in a new issue