This commit is contained in:
邹宗楠
2022-11-11 18:52:20 +08:00
parent 88f5fd36f1
commit 2e188e6958

View File

@@ -64,7 +64,7 @@ func (a *API) BatchUploadImages(imgs []Imgs) (map[string]material_batchUploadIma
return nil, err
}
if result.Code != RequestSuccessCode {
return nil, errors.New(result.LogId + ":" + result.SubMsg)
return nil, errors.New("==============logId" + result.LogId + ":" + result.SubMsg)
}
return nil, err
}