|
|
@@ -100,14 +100,14 @@ public class CuiQiuMailServiceImpl implements CuiQiuMailService {
|
|
|
CuiQiuEmailDto.CuiQiuUser cuiQiuUser = emailInfo.getTo().get(0);
|
|
|
if (StrUtil.equalsIgnoreCase(cuiQiuUser.getAddress(), email)) {
|
|
|
//PS
|
|
|
- if (goodsId == 33l && from.getName().contains(PS_ADOBE)) {
|
|
|
+ if (from.getName().contains(PS_ADOBE)) {
|
|
|
return true;
|
|
|
}
|
|
|
//Disney
|
|
|
- if (goodsId == 3l && from.getName().contains(DISNEY)) {
|
|
|
+ if (from.getName().contains(DISNEY)) {
|
|
|
return true;
|
|
|
}
|
|
|
- if (goodsId == 1l && from.getName().contains(NETFLIX)) {
|
|
|
+ if (from.getName().contains(NETFLIX)) {
|
|
|
return true;
|
|
|
}
|
|
|
}
|