添加调试日志
This commit is contained in:
parent
8dbe5744e5
commit
37771a9b5a
@ -1025,6 +1025,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