Commit 91740181 authored by yangyw's avatar yangyw

feature: 增加踩的处理

parent 4d78d65a
......@@ -732,6 +732,7 @@ public class AppChatCompletionService {
if (StrUtil.isNotBlank(model.getRecordId())) {
try {
tencentCloudFacade.dissMessage(dsAppKey, model.getRecordId());
log.info("提交踩的数据:{}", model.getRecordId());
} catch (TencentCloudSDKException e) {
log.info("提交腾讯云踩数据异常{}", ExceptionUtil.getMessage(e));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment