|
|
@@ -329,6 +329,10 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
chatgptUser.setDsLimitNum(goodsDonSku.getDsLimitNum());
|
|
|
chatgptUser.setOtherLimitNum(goodsDonSku.getOtherLimitNum());
|
|
|
chatgptUser.setOtherLimitTime(goodsDonSku.getOtherLimitTime());
|
|
|
+
|
|
|
+ chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
+ chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
+ chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
}
|
|
|
try {
|
|
|
chatgptUser.setExpireTime(groupsRelation.getExpiryTime());
|
|
|
@@ -372,6 +376,10 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
chatgptUser.setDsLimitTime(goodsDonSku.getDsLimitTime());
|
|
|
chatgptUser.setOtherLimitNum(goodsDonSku.getOtherLimitNum());
|
|
|
chatgptUser.setOtherLimitTime(goodsDonSku.getOtherLimitTime());
|
|
|
+
|
|
|
+ chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
+ chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
+ chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
}
|
|
|
try {
|
|
|
chatgptUser.setExpireTime(DateUtil.offsetMonth(DateTime.now(), goodsDonSku.getMonths()));
|
|
|
@@ -648,6 +656,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
.dsLimitTime(chatgptUser.getDsLimitTime())
|
|
|
.otherLimitNum(chatgptUser.getOtherLimitNum())
|
|
|
.otherLimitTime(chatgptUser.getOtherLimitTime())
|
|
|
+ .gptThink(chatgptUser.getGptThink())
|
|
|
+ .gptProThink(chatgptUser.getGptProThink())
|
|
|
+ .gptDeepStyleLimit(chatgptUser.getGptDeepStyleLimit())
|
|
|
.upgrade(upgrade)
|
|
|
.orderId(orderId)
|
|
|
.goodsId(goodsDonSku.getGoodsId())
|
|
|
@@ -686,6 +697,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
.dsLimitTime(chatgptUser.getDsLimitTime())
|
|
|
.otherLimitNum(chatgptUser.getOtherLimitNum())
|
|
|
.otherLimitTime(chatgptUser.getOtherLimitTime())
|
|
|
+ .gptThink(chatgptUser.getGptThink())
|
|
|
+ .gptProThink(chatgptUser.getGptProThink())
|
|
|
+ .gptDeepStyleLimit(chatgptUser.getGptDeepStyleLimit())
|
|
|
.use(getConversationCount(chatgptUser.getUserToken(), chatgptUser.getLimitTime()))
|
|
|
.build();
|
|
|
} else {
|
|
|
@@ -923,6 +937,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
chatgptUser.setDsLimitTime(goodsDonSku.getDsLimitTime());
|
|
|
chatgptUser.setOtherLimitNum(goodsDonSku.getOtherLimitNum());
|
|
|
chatgptUser.setOtherLimitTime(goodsDonSku.getOtherLimitTime());
|
|
|
+ chatgptUser.setGptThink(goodsDonSku.getGptThink());
|
|
|
+ chatgptUser.setGptProThink(goodsDonSku.getGptProThink());
|
|
|
+ chatgptUser.setGptDeepStyleLimit(goodsDonSku.getGptDeepStyleLimit());
|
|
|
}
|
|
|
try {
|
|
|
DateTime dateTime = DateUtil.offsetMonth(new Date(), 1);
|