|
|
@@ -90,9 +90,18 @@ public class TicketCodeCommonUtil {
|
|
|
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";
|
|
|
+ }
|
|
|
+ if (!body.contains(str)) {
|
|
|
+ str = "[1] Your ChatGPT code is";
|
|
|
+ }
|
|
|
if (!body.contains(str)) {
|
|
|
str = "Your ChatGPT code is";
|
|
|
}
|
|
|
+ if (!body.contains(str)) {
|
|
|
+ str = "Your Sora code is";
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|