riku
2025-06-27 d00d85e54ff65750f0c9a097ec4b644866ad1ffa
src/api/fysp/problemApi.js
@@ -15,7 +15,7 @@
  fetchProblemType({ cityCode, districtCode, sceneTypeId }) {
    const params = `?taskTypeId=1&cityCode=${cityCode}&districtCode=${districtCode}&sceneTypeId=${sceneTypeId}`;
    return $fysp.get(`problemtype/search${params}`).then((res) => res);
    return $fysp.get(`problemtype/search${params}`).then((res) => res.data);
  },
  /**