完成创建房间相关接口

This commit is contained in:
kron
2025-05-30 16:14:17 +08:00
parent 01a327e40e
commit b7d64396ef
9 changed files with 364 additions and 45 deletions

9
shoot.http Normal file
View File

@@ -0,0 +1,9 @@
@serverUrl = http://120.79.241.5:8000/api/shoot
### 模拟射箭
POST {{serverUrl}}/index/arrow
Content-Type: application/json
{
"device_id": "iXAx67Ce"
}