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