fix: 中文名吧无法打开

This commit is contained in:
HuanCheng65 2023-07-17 15:15:14 +08:00
parent d24478ae88
commit e7536f6100
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 2 additions and 1 deletions

View File

@ -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()
)
}