Files
shoot-miniprograms/shoot.http

9 lines
159 B
Plaintext
Raw Normal View History

2025-05-30 16:14:17 +08:00
@serverUrl = http://120.79.241.5:8000/api/shoot
### 模拟射箭
POST {{serverUrl}}/index/arrow
Content-Type: application/json
{
2025-06-05 17:43:22 +08:00
"device_id": "H9hL8GaA"
2025-05-30 16:14:17 +08:00
}