import { $fysp } from '../index'; export default { /** * 调整子任务信息 * @param {Object} subtask * @returns */ adjustSubtask(subtask){ return $fysp.post(`subtask/adjust`, subtask).then((res) => res.data); }, };