From 12af6b3e3b4192adab559a3fed0a3654f54cd4b6 Mon Sep 17 00:00:00 2001 From: "delex.xie" Date: Fri, 10 Apr 2020 11:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ipa=20=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1/ucloud/mimetypes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/ucloud/mimetypes.php b/v1/ucloud/mimetypes.php index f455c28..3df7c3c 100644 --- a/v1/ucloud/mimetypes.php +++ b/v1/ucloud/mimetypes.php @@ -439,7 +439,7 @@ $mimetype_complete_map = array( ".zoo" => "application/octet-stream", ".zsh" => "text/x-script.zsh", ".apk" => "application/vnd.android.package-archive", - ".ipa" => "application/vnd.android.package-archive", + ".ipa" => "application/octet-stream.ipa", ".flv" => "video/x-flv", ".mp4" => "video/mp4", ".m3u8" => "application/x-mpegURL",