|
|
@@ -438,7 +438,6 @@ public class CrmCustomerAnalyzeServiceImpl extends ServiceImpl<CrmCustomerAnalyz
|
|
|
log.info("请求参数:{}", requestParam);
|
|
|
|
|
|
R aiResponse = CrmCustomerAiTagUtil.callAiService(requestParam, chatId);
|
|
|
- System.out.println(aiResponse);
|
|
|
JSONObject root = JSON.parseObject(JSONUtil.toJsonStr(aiResponse));
|
|
|
|
|
|
// 获取 data.responseData
|