Merge branch 'feature-tiktok-daiyb' into dev
This commit is contained in:
commit
2cf68ad47c
@ -31,6 +31,7 @@ func UpdateWorkImage(ctx *gin.Context) {
|
||||
ID: artistId,
|
||||
Domain: "app",
|
||||
})
|
||||
zap.L().Info("UpdateWorkImage infoResp", zap.Any("infoResp", infoResp))
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
@ -53,6 +54,7 @@ func UpdateWorkImage(ctx *gin.Context) {
|
||||
newCtx := NewCtxWithUserInfo(ctx)
|
||||
req.Source = 1
|
||||
resp, err := service.CastProvider.UpdateWorkImage(newCtx, req)
|
||||
zap.L().Info("UpdateWorkImage resp", zap.Any("resp", resp))
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
@ -94,6 +96,7 @@ func UpdateWorkVideo(ctx *gin.Context) {
|
||||
ID: artistId,
|
||||
Domain: "app",
|
||||
})
|
||||
zap.L().Info("UpdateWorkVideo", zap.Any("infoResp", infoResp))
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
@ -116,6 +119,7 @@ func UpdateWorkVideo(ctx *gin.Context) {
|
||||
newCtx := NewCtxWithUserInfo(ctx)
|
||||
req.Source = 1
|
||||
resp, err := service.CastProvider.UpdateWorkVideo(newCtx, req)
|
||||
zap.L().Info("UpdateWorkVideo", zap.Any("resp", resp))
|
||||
if err != nil {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user