index.js 247 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 /* * @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);