maxiaoshan 3 anni fa
parent
commit
2dce6c4cc2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/spider/handler.go

+ 1 - 0
src/spider/handler.go

@@ -729,6 +729,7 @@ func UpdateSpiderByCodeState(code, state string) (bool, error) {
 			}
 		}
 	}
+	logger.Info("上下架:", up, err)
 	return up, err
 }