我以前通过Base64发送
Observable.fromCallable {
val sampledBitmap = decodeSampledBitmapFromFilePath(photoPath, 500, 500)
File(photoPath).delete()
bitmapToBase64(sampledBitmap)
}
.subscribeOn(Schedulers.io())
现在我想将 bitmapToBase64 替换为 MULTIPART ENCODING