feat: Android端接口对接完成,新增42个API接口

This commit is contained in:
userName 2025-12-26 18:37:36 +08:00
parent 7ad3de704a
commit 8d96082064

View File

@ -89,9 +89,10 @@
```json
{
"streamerId": 123,
"action": "follow" // 或 "unfollow"
"action": "follow"
}
```
> action 可选值: "follow" 或 "unfollow"
---