index.js 247 Bytes
/*
 * @Description:
 * @Date: 2022-03-23 16:47:37
 */
import { post } from '@/utils/http';
const basePath = '/rest/saas/crm/xcx';
// 获取任务详情
export const makeSceneTaskInfo = data =>
  post(`${basePath}/pdf/ms/makeSceneTaskInfo`, data);