|
@@ -682,8 +682,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
view.setOtherUse(Optional.ofNullable(conversationCount.getLong("other")).orElse(0L));
|
|
view.setOtherUse(Optional.ofNullable(conversationCount.getLong("other")).orElse(0L));
|
|
|
view.setDpsUse(Optional.ofNullable(conversationCount.getLong("dps")).orElse(0L));
|
|
view.setDpsUse(Optional.ofNullable(conversationCount.getLong("dps")).orElse(0L));
|
|
|
|
|
|
|
|
- view.setGptThinkUse(Optional.ofNullable(conversationCount.getLong("gth")).orElse(0L));
|
|
|
|
|
- view.setGptDeepStyleUse(Optional.ofNullable(conversationCount.getLong("dsty")).orElse(0L));
|
|
|
|
|
|
|
+ //gpt think已使用次数
|
|
|
|
|
+ view.setGptThinkUse(Optional.ofNullable(conversationCount.getLong("gptThinkCount")).orElse(0L));
|
|
|
|
|
+ view.setGptDeepStyleUse(Optional.ofNullable(conversationCount.getLong("deepResearchCount")).orElse(0L));
|
|
|
return view;
|
|
return view;
|
|
|
} else {
|
|
} else {
|
|
|
throw BusinessRuntimeException.getInstance("您还未购买该车票");
|
|
throw BusinessRuntimeException.getInstance("您还未购买该车票");
|