Commit 64ab3ed2 by 泽锋 李

速卖通新增对海外的监控

parent 5fb15e47
......@@ -496,7 +496,7 @@ namespace AutoTurnOver.Services
}
//国外仓1
List<string> platform2s = new List<string> { "wish" };
List<string> platform2s = new List<string> { "wish", "aliexpress" };
List<string> rule1 = new List<string> { "GBYKD", "JZHYBLGC", "MDBLWYT", "MXBLWYT", "BLUSGDC", "GBBMHBL", "GB4PXBL", "DEBLDG", "USGCBL", "USHWBL", "US4PXBL", "AUWYTBL", "AU4PXBL", "GBWYTUK", "GBLQST" };
foreach (var item in platform2s.Where(s => string.IsNullOrWhiteSpace(platform) || platform == s))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment