|
@@ -873,7 +873,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
throw BusinessRuntimeException.getInstance("车票不存在");
|
|
throw BusinessRuntimeException.getInstance("车票不存在");
|
|
|
}
|
|
}
|
|
|
try {
|
|
try {
|
|
|
- String res = HttpUtil.get(String.format("https://image.yhlxj.com/api/getCount?usertoken=%s&limit=%s&time=%s&isVip=%s", userToken, chatgptUser.getLimitNum(), chatgptUser.getLimitTime(), relation.getIsVip()), 5000);
|
|
|
|
|
|
|
+ String res = HttpUtil.get(String.format("https://image2.yhlxj.com/api/getCount?usertoken=%s&limit=%s&time=%s&isVip=%s", userToken, chatgptUser.getLimitNum(), chatgptUser.getLimitTime(), relation.getIsVip()), 5000);
|
|
|
return new JSONObject(res);
|
|
return new JSONObject(res);
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
return new JSONObject("{\"count\": 0,\"o1_mini\": 0,\"o1_p\": 0}");
|
|
return new JSONObject("{\"count\": 0,\"o1_mini\": 0,\"o1_p\": 0}");
|