pref: 获取 `z_id` 时拦截错误
This commit is contained in:
parent
7a236459de
commit
e8f150777c
|
|
@ -5,6 +5,7 @@ import com.huanchengfly.tieba.post.api.models.SofireResponseData
|
|||
import com.huanchengfly.tieba.post.api.retrofit.RetrofitTiebaApi
|
||||
import com.huanchengfly.tieba.post.toMD5
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
import kotlinx.coroutines.flow.catch
|
||||
import kotlinx.coroutines.flow.map
|
||||
import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
||||
|
|
@ -88,5 +89,8 @@ object SofireUtils {
|
|||
)
|
||||
decryptData.token
|
||||
}
|
||||
.catch {
|
||||
it.printStackTrace()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue