上传图片测试

This commit is contained in:
苏尹岚
2020-04-10 14:21:28 +08:00
parent a56667a83c
commit f9e6ab814e
2 changed files with 1 additions and 1 deletions

View File

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