Merge branch 'feature-userinfo-daiyb'

This commit is contained in:
戴育兵 2026-01-05 11:33:47 +08:00
commit 83e9d8266d

View File

@ -224,7 +224,7 @@ func UpdateWorkVideo(ctx *gin.Context) {
service.Error(ctx, errors.New("图片鉴定未通过"))
return
}*/
if req.VideoUrl != "" {
if req.VideoUrl != "" && false {
//请求接口判断
fileResp, errs := service.FilesProvider.GetFileSecurityStatus(ctx, &files.GetFileSecurityStatusReq{
Url: req.VideoUrl,