|
|
@@ -32,6 +32,9 @@ public class TicketCodeCommonUtil {
|
|
|
if (goodsId == 33l) {
|
|
|
str = "X-Report-Abuse: abuse@adobe.com";
|
|
|
}
|
|
|
+ if (goodsId == 3l) {
|
|
|
+ str = "Noto Sans Display', Helvetica, Arial, sans-serif; font-weight: 600;text-align: center;";
|
|
|
+ }
|
|
|
index = body.indexOf(str);
|
|
|
}
|
|
|
String code = StrUtil.subWithLength(body, index, 512);
|