@@ -491,7 +491,7 @@ public interface Constant {
String NETFLIX = "Netflix";
- Long PS_GID = 33L;
+ List<Long> PS_GIDS = List.of(33L, 45l);
Long DISNEY_GID = 3L;
@@ -99,7 +99,7 @@ public class CuiQiuMailServiceImpl implements CuiQiuMailService {
//通过直达邮件判断
if (StrUtil.equals(toEmail, email) || StrUtil.equals(toEmail, relateEmail)) {
//PS
- if (goodsId == Constant.PS_GID && from.getName().contains(Constant.PS_ADOBE)) {
+ if (Constant.PS_GIDS.contains(goodsId) && from.getName().contains(Constant.PS_ADOBE)) {
return true;
}
//Disney