WXL
2024-06-05 711c995d7307b4a2d56e55095e3f81ffbdfc4d39
1
2
3
4
5
6
7
8
9
10
import request from "@/utils/request";
 
// 随访模版详情
export function getExternalfollowup(data) {
  return request({
    url: "/smartor/ivrtask/getScriptInfoByCondition",
    method: "post",
    data: data
  });
}