|
|
@@ -196,7 +196,7 @@ public class GeminiServiceImpl implements GeminiService {
|
|
|
|
|
|
String res = HttpUtil.post(DOMAIN + "/carpage", requestBody.toString());
|
|
|
if (!JSONUtil.isJson(res)) {
|
|
|
- res = res.substring(2,res.length()-1);
|
|
|
+ res = res.substring(2);
|
|
|
}
|
|
|
return JSONUtil.toBean(res, GeminiCarPageResponse.class);
|
|
|
} catch (Exception e) {
|