diff --git a/pkg/service/cast/work.go b/pkg/service/cast/work.go index c96236c9..f2be103c 100644 --- a/pkg/service/cast/work.go +++ b/pkg/service/cast/work.go @@ -986,6 +986,7 @@ func PostAS(ctx context.Context, workUuid string, publishSource cast.PublishSour Detail: string(postBytes), PublishSource: publishSource, PublishMediaStatus: publishStatus, + PublishMediaID: postResp.Posts[0].Id, }) } zap.L().Info("post 10", zap.Any("workUuid", workUuid), zap.Any("platformID", platformID))