草稿不判断额度
This commit is contained in:
parent
48e55a7d32
commit
c3eabff227
@ -128,10 +128,6 @@ func UpdateWorkImageCore(ctx *gin.Context, req *cast.UpdateWorkImageReq) (*cast.
|
||||
}
|
||||
// 将自动生成标签后的内容更新到请求中
|
||||
req.Content = content
|
||||
artistID, _ := strconv.ParseUint(req.ArtistUuid, 10, 64)
|
||||
if _, err = CheckUserBundleBalance(int32(artistID), modelCast.BalanceTypeImageValue); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
zap.L().Debug("UpdateWorkImage infoResp3", zap.Any("infoResp", req))
|
||||
newCtx := NewCtxWithUserInfo(ctx)
|
||||
req.Source = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user