|
|
@@ -90,9 +90,12 @@ public class TicketCodeCommonUtil {
|
|
|
if (goodsId == 18l) {
|
|
|
str = "X-OriginatorOrg: sct-15-20-7719-20-msonline-outlook-80345.templateTenant";
|
|
|
if (!body.contains(str)) {
|
|
|
- str = "ChatGPT Log-in Code";
|
|
|
+ str = "temporary verification code to continue";
|
|
|
if (!body.contains(str)) {
|
|
|
- str = "Enter this temporary verification code";
|
|
|
+ str = "ChatGPT Log-in Code";
|
|
|
+ if (!body.contains(str)) {
|
|
|
+ str = "Enter this temporary verification code";
|
|
|
+ }
|
|
|
if (!body.contains(str)) {
|
|
|
str = "[1] Your Sora code is 462040";
|
|
|
}
|