Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming 2023-08-09 18:09:23 +08:00
commit 583592b7d3
2 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,4 @@ AWS:
Token:
BLMService:
ImageProcess:
Url: "http://192.168.1.8:45678/FeatureExtraction"
Url: "http://192.168.1.7:45678/FeatureExtraction"

View File

@ -100,6 +100,10 @@ func (l *UploadLogoLogic) UploadLogo(req *types.UploadLogoReq, userinfo *auth.Us
}
resultStr = string(b)
if resultStr == "Internal Server Error" {
return resp.SetStatus(basic.CodeFileUploadLogoErr, resultStr)
}
var module = "logo"
var nowTime = time.Now().Unix()
// 新增记录