Merge branch 'feature-publishLog-daiyb' into dev
This commit is contained in:
commit
c7d1c307ba
@ -1028,6 +1028,7 @@ func RePublish(ctx *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublishReq) error {
|
func republishCore(gCtx *gin.Context, newCtx context.Context, req *cast.RePublishReq) error {
|
||||||
|
zap.L().Info("republishCore", zap.Any("req", req))
|
||||||
var resp *cast.RePublishResp
|
var resp *cast.RePublishResp
|
||||||
var err error
|
var err error
|
||||||
if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 {
|
if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user