|
|
@@ -332,8 +332,6 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
|
|
|
chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
chatgptUser.setGptThinkLimitTime(goodsDonSku.getGptThinkLimitTime());
|
|
|
- chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
- chatgptUser.setGptProThinkLimitTime(goodsDonSku.getGptProThinkLimitTime());
|
|
|
chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
chatgptUser.setGptDeepStyleLimitTime(goodsDonSku.getGptDeepStyleLimitTime());
|
|
|
}
|
|
|
@@ -382,8 +380,6 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
|
|
|
chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
chatgptUser.setGptThinkLimitTime(goodsDonSku.getGptThinkLimitTime());
|
|
|
- chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
- chatgptUser.setGptProThinkLimitTime(goodsDonSku.getGptProThinkLimitTime());
|
|
|
chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
chatgptUser.setGptDeepStyleLimitTime(goodsDonSku.getGptDeepStyleLimitTime());
|
|
|
}
|
|
|
@@ -664,8 +660,6 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
.otherLimitTime(chatgptUser.getOtherLimitTime())
|
|
|
.gptThink(chatgptUser.getGptThink())
|
|
|
.gptThinkLimitTime(chatgptUser.getGptThinkLimitTime())
|
|
|
- .gptProThink(chatgptUser.getGptProThink())
|
|
|
- .gptProThinkLimitTime(chatgptUser.getGptProThinkLimitTime())
|
|
|
.gptDeepStyleLimit(chatgptUser.getGptDeepStyleLimit())
|
|
|
.gptDeepStyleLimitTime(chatgptUser.getGptDeepStyleLimitTime())
|
|
|
.upgrade(upgrade)
|
|
|
@@ -708,8 +702,6 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
.otherLimitTime(chatgptUser.getOtherLimitTime())
|
|
|
.gptThink(chatgptUser.getGptThink())
|
|
|
.gptThinkLimitTime(chatgptUser.getGptThinkLimitTime())
|
|
|
- .gptProThink(chatgptUser.getGptProThink())
|
|
|
- .gptProThinkLimitTime(chatgptUser.getGptProThinkLimitTime())
|
|
|
.gptDeepStyleLimit(chatgptUser.getGptDeepStyleLimit())
|
|
|
.gptDeepStyleLimitTime(chatgptUser.getGptDeepStyleLimitTime())
|
|
|
.use(getConversationCount(chatgptUser.getUserToken(), chatgptUser.getLimitTime()))
|
|
|
@@ -952,8 +944,6 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
|
|
|
chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
chatgptUser.setGptThinkLimitTime(goodsDonSku.getGptThinkLimitTime());
|
|
|
- chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
- chatgptUser.setGptProThinkLimitTime(goodsDonSku.getGptProThinkLimitTime());
|
|
|
chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
chatgptUser.setGptDeepStyleLimitTime(goodsDonSku.getGptDeepStyleLimitTime());
|
|
|
}
|