From 8ebc2b76b3e66d800366ef994309abae1e824671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=AB=E4=B9=90=E6=A9=99?= <1760016317@qq.com> Date: Thu, 10 Apr 2025 19:24:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 7 ++++++- .env.production | 2 +- src/api/merchant-balance/index.js | 8 ++++---- src/api/platform/audit-shop.js | 10 +++++----- src/api/platform/hot-search.js | 2 +- src/api/platform/index-img.js | 10 +++++----- src/api/platform/notice.js | 10 +++++----- src/api/platform/shop-addr.js | 12 ++++++------ src/api/shop-withdraw-cash/index.js | 4 ++-- src/api/wallet-log/index.js | 10 +++++----- .../components/small-page-component/index.vue | 4 ++-- .../modules/platform/decorate/create/edit/index.vue | 12 ++++++------ .../decorate/create/select-decorate/index.vue | 2 +- src/views/modules/platform/decorate/list/index.vue | 6 +++--- .../decorate/template/components/template-select.vue | 2 +- .../modules/platform/decorate/template/index.vue | 6 +++--- .../modules/platform/feature/create/edit/index.vue | 12 ++++++------ src/views/modules/platform/feature/list/index.vue | 6 +++--- .../template/components/template-select/index.vue | 2 +- .../modules/platform/feature/template/index.vue | 6 +++--- 20 files changed, 69 insertions(+), 64 deletions(-) diff --git a/.env.development b/.env.development index 2824f69..b36a226 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,8 @@ +### + # @Description : + # @Autor : cl + # @Date : 2025-03-21 19:37:14 +### # just a flag VITE_APP_ENV = 'development' @@ -12,7 +17,7 @@ VITE_APP_BASE_API = 'http://118.31.107.112:8000' VITE_APP_WEBSOCKET_URL ='wss://cloud-api.mall4j.com' # 访问文件存储资源的url 对应阿里云的Bucket域名 -VITE_APP_RESOURCES_URL = 'https://mall4j-minio-test.mall4j.com/tmerclub' +VITE_APP_RESOURCES_URL = 'https://tmer-test.oss-cn-hangzhou.aliyuncs.com' # 腾讯地图key VITE_APP_MAP_KEY = '' diff --git a/.env.production b/.env.production index 8597e13..902f525 100644 --- a/.env.production +++ b/.env.production @@ -17,7 +17,7 @@ VITE_APP_BASE_API = 'http://118.31.107.112:8000' VITE_APP_WEBSOCKET_URL = 'wss://cloud-api.mall4j.com' # 访问文件存储资源的url 对应阿里云的Bucket域名 -VITE_APP_RESOURCES_URL = 'https://tmerclub.oss-cn-guangzhou.aliyuncs.com' +VITE_APP_RESOURCES_URL = 'https://tmer-test.oss-cn-hangzhou.aliyuncs.com' # 腾讯地图key VITE_APP_MAP_KEY = '' diff --git a/src/api/merchant-balance/index.js b/src/api/merchant-balance/index.js index 432ec44..fd79bf4 100644 --- a/src/api/merchant-balance/index.js +++ b/src/api/merchant-balance/index.js @@ -2,14 +2,14 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_wallet/page_all_shop', + url: '/tmerclub_admin/ma/shopWallet/page_all_shop', method: 'get', params: pageParam }) } export function soldExcel (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_wallet/get_shop_wallet_log_form', + url: '/tmerclub_admin/ma/shopWallet/get_shop_wallet_log_form', method: 'get', params: pageParam, responseType: 'blob' @@ -18,14 +18,14 @@ export function soldExcel (pageParam) { // get_shop_wallet export function shopWallet (param) { return request({ - url: '/tmerclub_admin/mp/shop_wallet/get_all_shop_wallet', + url: '/tmerclub_admin/ma/shopWallet/get_all_shop_wallet', params: param, method: 'get' }) } export function pageShopWallet (param) { return request({ - url: '/tmerclub_admin/mp/shop_wallet/page_shop_wallet_by_time', + url: '/tmerclub_admin/ma/shopWallet/page_shop_wallet_by_time', params: param, method: 'get' }) diff --git a/src/api/platform/audit-shop.js b/src/api/platform/audit-shop.js index 744944a..19bfcc2 100644 --- a/src/api/platform/audit-shop.js +++ b/src/api/platform/audit-shop.js @@ -175,7 +175,7 @@ export function getShopCompanyAuditingPage (param) { // 查看申请审核信息 export function getShopCompanyAuditingAuditInfo (param) { return request({ - url: '/tmerclub_admin/mp/shop_company_auditing/auditInfo', + url: '/tmerclub_admin/ma/shopAuditing/auditInfo', method: 'GET', params: param }) @@ -282,7 +282,7 @@ export function getRegisterCode (data) { // 检查店铺名称是否已存在 export function checkForDuplicateShopName (param) { return request({ - url: '/tmerclub_admin/mp/shop_detail/check_shop_name', + url: '/tmerclub_admin/ma/shopDetail/check_shop_name', method: 'GET', params: param }) @@ -291,7 +291,7 @@ export function checkForDuplicateShopName (param) { // 检查统一信用码是否已存在 export function checkForDuplicateCreditCode (param) { return request({ - url: '/tmerclub_admin/mp/shop_company/check_credit_code', + url: '/tmerclub_admin/ma/shopCompany/check_credit_code', method: 'GET', params: param }) @@ -326,7 +326,7 @@ export function reSubmitAudit (data) { // 更新影印件(通联支付) export function updateIdCardStatus (params) { return request({ - url: '/tmerclub_admin/mp/shop_company/update_id_card_status', + url: '/tmerclub_admin/ma/shopCompany/update_id_card_status', method: 'PUT', params }) @@ -335,7 +335,7 @@ export function updateIdCardStatus (params) { // 重新上传影印件 (通联支付) export function reUploadIdCard (data) { return request({ - url: '/tmerclub_admin/mp/shop_company/upload_id_card', + url: '/tmerclub_admin/ma/shopCompany/upload_id_card', method: 'PUT', data }) diff --git a/src/api/platform/hot-search.js b/src/api/platform/hot-search.js index fabe185..6c345f0 100644 --- a/src/api/platform/hot-search.js +++ b/src/api/platform/hot-search.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/hot_search/page', + url: '/tmerclub_admin/ma/hotQuerypage', method: 'get', params: pageParam }) diff --git a/src/api/platform/index-img.js b/src/api/platform/index-img.js index 2e56b9c..2aa6199 100644 --- a/src/api/platform/index-img.js +++ b/src/api/platform/index-img.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/index_img/page', + url: '/tmerclub_admin/ma/indexPic/page', method: 'get', params: pageParam }) @@ -10,7 +10,7 @@ export function page (pageParam) { export function get (imgId) { return request({ - url: '/tmerclub_admin/mp/index_img', + url: '/tmerclub_admin/ma/indexPic', method: 'get', params: { imgId @@ -20,7 +20,7 @@ export function get (imgId) { export function save (data) { return request({ - url: '/tmerclub_admin/mp/index_img', + url: '/tmerclub_admin/ma/indexPic', method: 'post', data }) @@ -28,7 +28,7 @@ export function save (data) { export function update (data) { return request({ - url: '/tmerclub_admin/mp/index_img', + url: '/tmerclub_admin/ma/indexPic', method: 'put', data }) @@ -36,7 +36,7 @@ export function update (data) { export function deleteById (imgId) { return request({ - url: '/tmerclub_admin/mp/index_img', + url: '/tmerclub_admin/ma/indexPic', method: 'delete', params: { imgId diff --git a/src/api/platform/notice.js b/src/api/platform/notice.js index 6f7d236..cd2f49f 100644 --- a/src/api/platform/notice.js +++ b/src/api/platform/notice.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/notice/page', + url: '/tmerclub_admin/ma/notice/page', method: 'get', params: pageParam }) @@ -10,7 +10,7 @@ export function page (pageParam) { export function get (id) { return request({ - url: '/tmerclub_admin/mp/notice', + url: '/tmerclub_admin/ma/notice', method: 'get', params: { id @@ -20,7 +20,7 @@ export function get (id) { export function save (data) { return request({ - url: '/tmerclub_admin/mp/notice', + url: '/tmerclub_admin/ma/notice', method: 'post', data }) @@ -28,7 +28,7 @@ export function save (data) { export function update (data) { return request({ - url: '/tmerclub_admin/mp/notice', + url: '/tmerclub_admin/ma/notice', method: 'put', data }) @@ -36,7 +36,7 @@ export function update (data) { export function deleteById (id) { return request({ - url: '/tmerclub_admin/mp/notice', + url: '/tmerclub_admin/ma/notice', method: 'delete', params: { id diff --git a/src/api/platform/shop-addr.js b/src/api/platform/shop-addr.js index 16620e6..71f7ebb 100644 --- a/src/api/platform/shop-addr.js +++ b/src/api/platform/shop-addr.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr/page', + url: '/tmerclub_admin/ma/ShopRedundAddr/page', method: 'get', params: pageParam }) @@ -10,7 +10,7 @@ export function page (pageParam) { export function get (shopRefundAddrId) { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr', + url: '/tmerclub_admin/ma/ShopRedundAddr', method: 'get', params: { shopRefundAddrId @@ -20,7 +20,7 @@ export function get (shopRefundAddrId) { export function save (data) { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr', + url: '/tmerclub_admin/ma/ShopRedundAddr', method: 'post', data }) @@ -28,7 +28,7 @@ export function save (data) { export function update (data) { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr', + url: '/tmerclub_admin/ma/ShopRedundAddr', method: 'put', data }) @@ -36,7 +36,7 @@ export function update (data) { export function deleteById (shopRefundAddrId) { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr', + url: '/tmerclub_admin/ma/ShopRedundAddr', method: 'delete', params: { shopRefundAddrId @@ -46,7 +46,7 @@ export function deleteById (shopRefundAddrId) { export function list () { return request({ - url: '/tmerclub_admin/mp/shop_refund_addr/list', + url: '/tmerclub_admin/ma/ShopRedundAddr/list', method: 'get' }) } diff --git a/src/api/shop-withdraw-cash/index.js b/src/api/shop-withdraw-cash/index.js index 9eda96d..fefaea9 100644 --- a/src/api/shop-withdraw-cash/index.js +++ b/src/api/shop-withdraw-cash/index.js @@ -3,7 +3,7 @@ import request from '@/utils/request' // 获取商家提现列表 export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_withdraw_cash/page', + url: '/tmerclub_admin/ma/shopWithdrwaCash/page', method: 'get', params: pageParam }) @@ -12,7 +12,7 @@ export function page (pageParam) { // 获取商家提现列表 export function shopBillingpage (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_withdraw_cash/page', + url: '/tmerclub_admin/ma/shopWithdrwaCash/page', method: 'get', params: pageParam }) diff --git a/src/api/wallet-log/index.js b/src/api/wallet-log/index.js index 366a8ce..4ca2c98 100644 --- a/src/api/wallet-log/index.js +++ b/src/api/wallet-log/index.js @@ -2,7 +2,7 @@ import request from '@/utils/request' export function page (pageParam) { return request({ - url: '/tmerclub_admin/mp/shop_wallet/page', + url: '/tmerclub_admin/ma/shopWallet/page', method: 'get', params: pageParam }) @@ -10,14 +10,14 @@ export function page (pageParam) { // get_shop_wallet export function shopWallet () { return request({ - url: '/tmerclub_admin/mp/shop_wallet/get_shop_wallet', + url: '/tmerclub_admin/ma/shopWallet/get_shop_wallet', method: 'get' }) } // 获取银行卡列表 export function getBankCardList () { return request({ - url: '/tmerclub_admin/m/apply_shop/shop_bank_card/list_by_shopId', + url: '/tmerclub_admin/mm/apply/shopBankCard/list_by_shopId', method: 'get' }) } @@ -25,7 +25,7 @@ export function getBankCardList () { // 添加银行卡 export function addBankCard (data) { return request({ - url: '/tmerclub_admin/m/apply_shop/shop_bank_card', + url: '/tmerclub_admin/mm/apply/shopBankCard', method: 'post', data }) @@ -34,7 +34,7 @@ export function addBankCard (data) { // 设置默认银行卡 set_primary export function setPrimary (shopBankCardId) { return request({ - url: '/tmerclub_admin/m/apply_shop/shop_bank_card/set_primary', + url: '/tmerclub_admin/mm/apply/shopBankCard/set_primary', method: 'put', params: { shopBankCardId diff --git a/src/components/decorate-dialog-select/components/small-page-component/index.vue b/src/components/decorate-dialog-select/components/small-page-component/index.vue index 66bcab1..a735875 100644 --- a/src/components/decorate-dialog-select/components/small-page-component/index.vue +++ b/src/components/decorate-dialog-select/components/small-page-component/index.vue @@ -125,10 +125,10 @@ const getSmallPage = (val) => { let url = '' let type = 0 if (props.deviceType === 'pc') { - url = '/tmerclub_admin/mp/shop_renovation/page' + url = '/tmerclub_admin/ma/shopRenovation/page' type = 1 } else if (props.deviceType === 'mobile') { - url = '/tmerclub_admin/mp/shop_renovation/page_h5' + url = '/tmerclub_admin/ma/shopRenovation/page_h5' type = 2 } request({ diff --git a/src/views/modules/platform/decorate/create/edit/index.vue b/src/views/modules/platform/decorate/create/edit/index.vue index df254c2..a7af496 100644 --- a/src/views/modules/platform/decorate/create/edit/index.vue +++ b/src/views/modules/platform/decorate/create/edit/index.vue @@ -296,7 +296,7 @@ const closeDecorateNavbar = () => { // 获取详情数据 const getDetail = () => { request({ - url: '/tmerclub_admin/mp/shop_renovation', + url: '/tmerclub_admin/ma/shopRenovation', params: { renovationId: isRenovationId }, @@ -344,7 +344,7 @@ const getDetail = () => { // 获取模板详情 const getTemplateDetail = () => { request({ - url: '/tmerclub_admin/mp/shop_template', + url: '/tmerclub_admin/ma/shopTemplate', params: { templateId: isTemplateId }, @@ -815,11 +815,11 @@ const handleSave = (type) => { let method = '' let tips = '' if (isRenovationId) { - url = '/tmerclub_admin/mp/shop_renovation/update_pc' + url = '/tmerclub_admin/ma/shopRenovation/update_pc' method = 'put' tips = '保存成功' } else { - url = '/tmerclub_admin/mp/shop_renovation/save_pc' + url = '/tmerclub_admin/ma/shopRenovation/save_pc' method = 'post' tips = '保存成功' } @@ -880,11 +880,11 @@ const handleSaveTemplate = (dataForm) => { let method = '' let tips = '' if (isTemplateId) { - url = '/tmerclub_admin/mp/shop_template/update_pc' + url = '/tmerclub_admin/ma/shopTemplate/update_pc' method = 'put' tips = '保存成功' } else { - url = '/tmerclub_admin/mp/shop_template/save_pc' + url = '/tmerclub_admin/ma/shopTemplate/save_pc' method = 'post' tips = '保存成功' } diff --git a/src/views/modules/platform/decorate/create/select-decorate/index.vue b/src/views/modules/platform/decorate/create/select-decorate/index.vue index 7d9d233..160626d 100644 --- a/src/views/modules/platform/decorate/create/select-decorate/index.vue +++ b/src/views/modules/platform/decorate/create/select-decorate/index.vue @@ -91,7 +91,7 @@ const viewContent = async (data) => { // 获取详情 const getDetail = (id) => { request({ - url: '/tmerclub_admin/mp/shop_renovation', + url: '/tmerclub_admin/ma/shopRenovation', params: { renovationId: id }, diff --git a/src/views/modules/platform/decorate/list/index.vue b/src/views/modules/platform/decorate/list/index.vue index 5b8de1b..cdb8196 100644 --- a/src/views/modules/platform/decorate/list/index.vue +++ b/src/views/modules/platform/decorate/list/index.vue @@ -167,7 +167,7 @@ onMounted(() => { const getMiniPageList = () => { const { pageNum, pageSize } = perProps.value request({ - url: '/tmerclub_admin/mp/shop_renovation/page', + url: '/tmerclub_admin/ma/shopRenovation/page', methods: 'get', params: { pageNum, // 当前页 @@ -236,7 +236,7 @@ const onDelete = (item) => { type: 'warning' }).then(() => { request({ - url: '/tmerclub_admin/mp/shop_renovation/delete_pc', + url: '/tmerclub_admin/ma/shopRenovation/delete_pc', params: { renovationId: item.renovationId }, @@ -258,7 +258,7 @@ const onResetSearch = (formName) => { // 设置为主页 const onSetHomePage = (renovationId) => { request({ - url: '/tmerclub_admin/mp/shop_renovation/update_home_status_pc', + url: '/tmerclub_admin/ma/shopRenovation/update_home_status_pc', params: { renovationId }, diff --git a/src/views/modules/platform/decorate/template/components/template-select.vue b/src/views/modules/platform/decorate/template/components/template-select.vue index 0326f44..047dc9f 100644 --- a/src/views/modules/platform/decorate/template/components/template-select.vue +++ b/src/views/modules/platform/decorate/template/components/template-select.vue @@ -93,7 +93,7 @@ const currentChangeHandle = (val) => { const getMiniPageList = () => { const { pageNum, pageSize } = perProps.value request({ - url: '/tmerclub_admin/mp/shop_template/page', + url: '/tmerclub_admin/ma/shopTemplate/page', methods: 'get', params: { pageNum, // 当前页 diff --git a/src/views/modules/platform/decorate/template/index.vue b/src/views/modules/platform/decorate/template/index.vue index 7c255a4..bda96dd 100644 --- a/src/views/modules/platform/decorate/template/index.vue +++ b/src/views/modules/platform/decorate/template/index.vue @@ -105,7 +105,7 @@ onMounted(() => { const getMiniPageList = () => { const { pageNum, pageSize } = perProps.value request({ - url: '/tmerclub_admin/mp/shop_template/page', + url: '/tmerclub_admin/ma/shopTemplate/page', methods: 'get', params: { pageNum, // 当前页 @@ -120,7 +120,7 @@ const getMiniPageList = () => { // 复制模板 const copyTemplatePage = (templateId) => { request({ - url: '/tmerclub_admin/mp/shop_template/copy_pc', + url: '/tmerclub_admin/ma/shopTemplate/copy_pc', params: { templateId }, @@ -173,7 +173,7 @@ const handleDelete = (renovationId) => { type: 'warning' }).then(() => { request({ - url: '/tmerclub_admin/mp/shop_template/delete_pc', + url: '/tmerclub_admin/ma/shopTemplate/delete_pc', params: { templateId: renovationId }, diff --git a/src/views/modules/platform/feature/create/edit/index.vue b/src/views/modules/platform/feature/create/edit/index.vue index 3ec5db5..7079ae5 100644 --- a/src/views/modules/platform/feature/create/edit/index.vue +++ b/src/views/modules/platform/feature/create/edit/index.vue @@ -787,10 +787,10 @@ const saveData = async ($data) => { let url let method if (renovationId) { - url = '/tmerclub_admin/mp/shop_renovation/update_h5' + url = '/tmerclub_admin/ma/shopRenovation/update_h5' method = 'put' } else { - url = '/tmerclub_admin/mp/shop_renovation/save_h5' + url = '/tmerclub_admin/ma/shopRenovation/save_h5' method = 'post' } request({ @@ -842,10 +842,10 @@ const saveTemplateData = async ($data) => { let url let method if (templateId) { - url = '/tmerclub_admin/mp/shop_template/update_h5' + url = '/tmerclub_admin/ma/shopTemplate/update_h5' method = 'put' } else { - url = '/tmerclub_admin/mp/shop_template/save_h5' + url = '/tmerclub_admin/ma/shopTemplate/save_h5' method = 'post' } request({ @@ -908,7 +908,7 @@ const viewContent = async (data) => { */ const getInfo = () => { request({ - url: '/tmerclub_admin/mp/shop_renovation/get_h5', + url: '/tmerclub_admin/ma/shopRenovation/get_h5', params: { renovationId }, @@ -953,7 +953,7 @@ const getInfo = () => { // 获取模板详情 const getTemplateDetail = () => { request({ - url: '/tmerclub_admin/mp/shop_template/get_h5', + url: '/tmerclub_admin/ma/shopTemplate/get_h5', params: { templateId }, diff --git a/src/views/modules/platform/feature/list/index.vue b/src/views/modules/platform/feature/list/index.vue index 3c47e63..204b7d0 100644 --- a/src/views/modules/platform/feature/list/index.vue +++ b/src/views/modules/platform/feature/list/index.vue @@ -181,7 +181,7 @@ const totalPage = ref(0) */ const getMiniPagesList = () => { request({ - url: '/tmerclub_admin/mp/shop_renovation/page_h5', + url: '/tmerclub_admin/ma/shopRenovation/page_h5', method: 'get', params: Object.assign( { @@ -245,7 +245,7 @@ const handleDelete = (item) => { type: 'warning' }).then(() => { request({ - url: '/tmerclub_admin/mp/shop_renovation/delete_h5', + url: '/tmerclub_admin/ma/shopRenovation/delete_h5', params: { renovationId: item.renovationId }, @@ -265,7 +265,7 @@ const handleDelete = (item) => { */ const handleSetHomePage = (renovationId) => { request({ - url: '/tmerclub_admin/mp/shop_renovation/update_h5_home_status', + url: '/tmerclub_admin/ma/shopRenovation/update_h5_home_status', params: { renovationId }, diff --git a/src/views/modules/platform/feature/template/components/template-select/index.vue b/src/views/modules/platform/feature/template/components/template-select/index.vue index d140afe..fcbf57b 100644 --- a/src/views/modules/platform/feature/template/components/template-select/index.vue +++ b/src/views/modules/platform/feature/template/components/template-select/index.vue @@ -91,7 +91,7 @@ const visible = ref(false) const getMiniPageList = () => { const { pageNum, pageSize } = perProps request({ - url: '/tmerclub_admin/mp/shop_template/page_h5', + url: '/tmerclub_admin/ma/shopTemplate/page_h5', methods: 'get', params: { pageNum, // 当前页 diff --git a/src/views/modules/platform/feature/template/index.vue b/src/views/modules/platform/feature/template/index.vue index 8c796f5..9fca6c9 100644 --- a/src/views/modules/platform/feature/template/index.vue +++ b/src/views/modules/platform/feature/template/index.vue @@ -106,7 +106,7 @@ const templateList = ref([]) // 列表页 const getMiniPageList = () => { const { pageNum, pageSize } = perProps request({ - url: '/tmerclub_admin/mp/shop_template/page_h5', + url: '/tmerclub_admin/ma/shopTemplate/page_h5', methods: 'get', params: { pageNum, // 当前页 @@ -122,7 +122,7 @@ const getMiniPageList = () => { // 复制模板 const copyTemplatePage = (templateId) => { request({ - url: '/tmerclub_admin/mp/shop_template/copy_h5', + url: '/tmerclub_admin/ma/shopTemplate/copy_h5', params: { templateId }, @@ -179,7 +179,7 @@ const handleDelete = (renovationId) => { type: 'warning' }).then(() => { request({ - url: '/tmerclub_admin/mp/shop_template/delete_h5', + url: '/tmerclub_admin/ma/shopTemplate/delete_h5', params: { templateId: renovationId },