add url check.
Some checks failed
Deploy / Build (push) Failing after 2m54s

This commit is contained in:
2025-06-29 16:25:27 +08:00
parent f5c76b931f
commit f6d37431f8
6 changed files with 103 additions and 5 deletions

View File

@ -162,7 +162,25 @@ curl -v -X POST \
| salt | BLOB | NOT NULL | |
| created_at | INTEGER | NOT NULL | |
## WebRTC Signal 服务
```javascript
// /api/v1/webrtc/signal/{id}
{
"id": "server",
"type": "request"
}
{
"id": "DDeFJqNHPN",
"type": "offer",
"sdp": "v=0\r\no=rtc 2294191555 0 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n ......"
}
{
"id": "server",
"type": "answer",
"sdp": "v=0\r\no=- 7471496884559213660 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n ......"
}
```
## Live2D 模型添加