|
@@ -52,12 +52,14 @@ public class TicketCodeCommonUtil {
|
|
|
|
|
|
|
|
public static String getCodeStartStr(Long goodsId, String body) {
|
|
public static String getCodeStartStr(Long goodsId, String body) {
|
|
|
String str = null;
|
|
String str = null;
|
|
|
- if (goodsId == 33l) {
|
|
|
|
|
|
|
+ //PS、Adobe团队版全家桶
|
|
|
|
|
+ if (goodsId == 33l || goodsId == 45l) {
|
|
|
str = "color:#505050; font-family:adobe-clean, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;";
|
|
str = "color:#505050; font-family:adobe-clean, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;";
|
|
|
if (!body.contains(str)) {
|
|
if (!body.contains(str)) {
|
|
|
str = "X-Report-Abuse: abuse@adobe.com";
|
|
str = "X-Report-Abuse: abuse@adobe.com";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ //迪士尼
|
|
|
if (goodsId == 3l) {
|
|
if (goodsId == 3l) {
|
|
|
str = "letter-spacing:4px; line-height:38px; mso-line-height-rule: exactly";
|
|
str = "letter-spacing:4px; line-height:38px; mso-line-height-rule: exactly";
|
|
|
if (!body.contains(str)) {
|
|
if (!body.contains(str)) {
|