Update work.go

This commit is contained in:
daiyb 2026-02-26 11:53:17 +08:00
parent addd492875
commit 762c9640de

View File

@ -982,8 +982,8 @@ func PostAS(ctx context.Context, workUuid string, publishSource cast.PublishSour
_, _ = service.CastProvider.UpdateWorkPublishLog(context.Background(), &cast.UpdateWorkPublishLogReq{ _, _ = service.CastProvider.UpdateWorkPublishLog(context.Background(), &cast.UpdateWorkPublishLogReq{
PlatformID: cast.PlatformIDENUM(platformID), PlatformID: cast.PlatformIDENUM(platformID),
WorkUuid: workUuid, WorkUuid: workUuid,
Action: "getPost", Action: "post",
Detail: string(postBytes), Detail: string(postData),
PublishSource: publishSource, PublishSource: publishSource,
PublishMediaStatus: publishStatus, PublishMediaStatus: publishStatus,
PublishMediaID: postResp.Posts[0].Id, PublishMediaID: postResp.Posts[0].Id,