From 8d96082064384ad40c3106b60cca70139ad6ce68 Mon Sep 17 00:00:00 2001 From: userName Date: Fri, 26 Dec 2025 18:37:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Android=E7=AB=AF=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=AE=8C=E6=88=90=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?42=E4=B8=AAAPI=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android-app/接口文档.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android-app/接口文档.md b/android-app/接口文档.md index b292d964..74107bb1 100644 --- a/android-app/接口文档.md +++ b/android-app/接口文档.md @@ -89,9 +89,10 @@ ```json { "streamerId": 123, - "action": "follow" // 或 "unfollow" + "action": "follow" } ``` +> action 可选值: "follow" 或 "unfollow" ---