riku
2023-12-21 9344d08f1f68997035904181df1199fcd7c7da9f
src/api/fysp/taskApi.js
@@ -16,8 +16,8 @@
      .get('subtask/summary', {
        params: {
          topTaskId: topTaskId,
          sceneTypeId: sceneTypeId,
        },
          sceneTypeId: sceneTypeId
        }
      })
      .then((res) => res.data);
  },
@@ -29,9 +29,9 @@
    return $fysp
      .get('problemlist/subtask', {
        params: {
          stGuid: id,
        },
          stGuid: id
        }
      })
      .then((res) => res.data);
  },
  }
};