dcc加日志
This commit is contained in:
@@ -205,7 +205,7 @@ public class TmTelephoneCorpusServiceImpl extends ServiceImpl<TmTelephoneCorpusM
|
|||||||
|
|
||||||
private void parseDfiyResult(JSONObject execDifyFlow,String recordId,String communicateDate,
|
private void parseDfiyResult(JSONObject execDifyFlow,String recordId,String communicateDate,
|
||||||
String aiAnalysisRequestIdDB,String businessType) {
|
String aiAnalysisRequestIdDB,String businessType) {
|
||||||
log.info("parseDfiyResult dcc execDifyFlow: {}", execDifyFlow);
|
log.info("parseDfiyResult dcc,businessType: {} execDifyFlow: {}", businessType,execDifyFlow);
|
||||||
if(null != execDifyFlow && execDifyFlow.get("status").equals("succeeded")){
|
if(null != execDifyFlow && execDifyFlow.get("status").equals("succeeded")){
|
||||||
|
|
||||||
String text = execDifyFlow.getJSONObject("outputs").getString("text");
|
String text = execDifyFlow.getJSONObject("outputs").getString("text");
|
||||||
|
|||||||
Reference in New Issue
Block a user