Compare commits
3 Commits
84362b50c9
...
fb3ad46ba5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb3ad46ba5 | ||
|
|
c7d1c307ba | ||
|
|
37771a9b5a |
@ -1028,6 +1028,7 @@ func RePublish(ctx *gin.Context) {
|
||||
}
|
||||
|
||||
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 err error
|
||||
if len(req.PlatformIDs) == 0 && len(req.MediaAccountUuids) == 0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user