|
|
@@ -681,6 +681,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
}
|
|
|
view.setOtherUse(Optional.ofNullable(conversationCount.getLong("other")).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));
|
|
|
return view;
|
|
|
} else {
|
|
|
throw BusinessRuntimeException.getInstance("您还未购买该车票");
|