上传图片未知错误

This commit is contained in:
苏尹岚
2020-04-10 13:47:47 +08:00
parent 1921a97ff6
commit 3c381ef0ec

View File

@@ -131,6 +131,7 @@ func TryRegisterDataResource(ctx *jxcontext.Context, name, resourceURL string, i
return dataRes, nil
}
resBinary, hashCode, err := jxutils.DownloadFileByURL(resourceURL)
globals.SugarLogger.Debugf("TryRegisterDataResource2, resBinary:%s, hashCode:%s", resBinary, hashCode)
if err != nil {
return nil, err
}