From e7536f61006708751a16521ab3cf776de651d7ec Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:15:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AD=E6=96=87=E5=90=8D=E5=90=A7?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt b/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt index b41ca7bd..59986e19 100644 --- a/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt +++ b/app/src/main/java/com/huanchengfly/tieba/post/api/interfaces/impls/MixedTiebaApiImpl.kt @@ -86,6 +86,7 @@ import com.huanchengfly.tieba.post.api.models.web.HotMessageListBean import com.huanchengfly.tieba.post.api.retrofit.ApiResult import com.huanchengfly.tieba.post.api.retrofit.RetrofitTiebaApi import com.huanchengfly.tieba.post.api.retrofit.body.MyMultipartBody +import com.huanchengfly.tieba.post.api.urlEncode import com.huanchengfly.tieba.post.models.DislikeBean import com.huanchengfly.tieba.post.models.MyInfoBean import com.huanchengfly.tieba.post.models.PhotoInfoBean @@ -950,7 +951,7 @@ object MixedTiebaApiImpl : ITiebaApi { ), clientVersion = ClientVersion.TIEBA_V12 ), - forumName = forumName + forumName = forumName.urlEncode() ) }