Package cn.toint.jdy4j.core.util
Class JdyUtil
java.lang.Object
cn.toint.jdy4j.core.util.JdyUtil
- Author:
- Toint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckIntelligentAssistantResponse(String responseStr) 校验智能助手响应static StringgetLastDataId(com.fasterxml.jackson.databind.node.ArrayNode values) 获取最后一条数据IDstatic voidvalidIntelligentAssistantResponse(String responseStr) 校验智能助手响应
-
Constructor Details
-
JdyUtil
public JdyUtil()
-
-
Method Details
-
getLastDataId
获取最后一条数据ID -
validIntelligentAssistantResponse
校验智能助手响应- Parameters:
responseStr- 简道云响应信息
-
checkIntelligentAssistantResponse
校验智能助手响应
-