|
|
@@ -377,7 +377,7 @@ public class ClaudeServiceImpl implements ClaudeService {
|
|
|
|
|
|
public JSONObject getConversationCount(String userToken) {
|
|
|
try {
|
|
|
- String res = HttpUtil.get("http://154.198.213.52:9611/claude/getConversationCount?userToken=" + userToken);
|
|
|
+ String res = HttpUtil.get("http://147.79.20.183:9611/claude/getConversationCount?userToken=" + userToken);
|
|
|
return new JSONObject(res);
|
|
|
}catch (Exception e){
|
|
|
return new JSONObject("{\"count\": 0}");
|