仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
smartor-web
智慧服务web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
测试完成
WXL
2024-06-04
5041f085db17d808fdd914a9829a80007b12dbde
[~yxh/smartor-web.git]
/
src
/
api
/
AiCentre
/
external.js
1
2
3
4
5
6
7
8
9
import request from "@/utils/request";
// 随访模版详情
export function getExternalfollowup(taskid,patid) {
return request({
url: "/smartor/ivrtask/getScriptInfoByCondition/" + taskid+'/'+patid,
method: "get",
});
}