isFile

fun MultipartBody.Part.isFile(): Boolean

通过判断okhttp3.Headers里面的Content-Disposition是否存在filename属性来确定是否为文件类型MultipartBody.Part