WXL
2024-06-04 5041f085db17d808fdd914a9829a80007b12dbde
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",
  });
}