AssetManager 使用问题,一直提示无法下载

前后端manifest文件已配置好,
{
“packageUrl” : “http://192.168.1.100/public/update/res”,
“remoteVersionUrl” : “http://192.168.1.100/public/update/res/version.manifest”,
“remoteManifestUrl” : “http://192.168.1.100/public/update/res/project.manifest”,
“version” : “1.0.0”,
“groupVersions” : {
“1” : “1.0.1”
},
“engineVersion” : “3.5”,
“assets” : {

    "update1" : {
        "path" : "hit.zip",
    "md5":"863575CF7BA13BCC64473707CDA8DB44",
    "compressed" : true,
    "group" : "1"
    }
},
"searchPaths" : 
"res/"
]

}
客户端提示:
JS: Infinity%
JS: Asset update error: update11, Unable to download file
JS: Asset update error: update22, Unable to download file
JS: Update failed.

但是查看后发现文件已经被下载下来,但都是后缀为temp,不知何故,请大神指导

temp说下载到本地的部分不是完整的,建议你用浏览器访问所需要下载的资源,检查是否正常,我之前也碰到一些类似的问题,最后发现是服务器这边下载的问题,比如文件权限不对外开放等等。