|
@@ -378,7 +378,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
String res = HttpUtil.get("http://154.198.213.52:9611/getConversationCount?userToken=" + userToken);
|
|
String res = HttpUtil.get("http://154.198.213.52:9611/getConversationCount?userToken=" + userToken);
|
|
|
return new JSONObject(res);
|
|
return new JSONObject(res);
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
- return null;
|
|
|
|
|
|
|
+ return new JSONObject("{\"count\": 0,\"o1_mini\": 0,\"o1_p\": 0}");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|