liusheng
2024-08-28 bedd0a1cef215538df64470df6b8d4a022189136
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);
}