riku
2025-09-18 c1d2051abc8ca88cd07f0d7c56c0dbf8165d5c33
src/api/fysp/nightConstructionApi.js
@@ -13,5 +13,18 @@
        params: { cityCode, districtCode, page, perPage }
      })
      .then((res) => res.data);
  },
  /**
   * 更新工地夜间施工许可证
   * @param {*} param0
   * @returns
   */
  updateRecord({ recordId, userId, sceneId }) {
    return $fysp
      .post(`nightwork/record`, undefined, {
        params: { recordId, userId, sceneId }
      })
      .then((res) => res.data);
  }
};