Authored by yyq

change highRate

... ... @@ -58,7 +58,7 @@ module.exports = async(time) => {
console.log(`=================>spider-all-task yhId: ${yhProduct.productId}, duId: ${detail.productId} size: ${s.size} => ${find.relationSize || s.size}, ${find.sizeId}`);
}
// const highRate = inSkns ? 0.02 : 0.05;
const highRate = 0.001;
const highRate = 0.02;
report({
productId: yhProduct.productId,
... ...
... ... @@ -79,7 +79,7 @@ module.exports = async(time) => {
if (isSpecialSize) {
console.log(`=================>spider-task yhId: ${yhProduct.yhId}, duId: ${detail.productId} size: ${s.size} => ${find.relationSize || s.size}, ${find.sizeId}`);
}
const highRate = 0.001;
const highRate = 0.02;
report({
productId: yhProduct.yhId,
... ...