From bedd0a1cef215538df64470df6b8d4a022189136 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 28 八月 2024 14:05:16 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java b/smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java index b4d51d0..6f76ae8 100644 --- a/smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java +++ b/smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java @@ -82,6 +82,21 @@ */ public void phoneCallBack(PhoneCallBackVO phoneCallBackVO); + /** + * 鐢佃瘽ASR閫氳瘽鍥炶皟(闆ㄧ划) + * + * @param phoneCallReqYQVO + * @return 缁撴灉 + */ + public PhoneCallBackYQVO phoneCallBackYQ(PhoneCallReqYQVO phoneCallReqYQVO); + + /** + * 闆ㄧ划浠诲姟鎷夊彇 + * + * @return + */ + public List<PullTaskVO> taskPull(); + public Integer saveQuestionAnswerPhone(ServiceSubTaskDetailReq serviceSubTaskDetailReq); } -- Gitblit v1.9.3