From aee97c4d3c73cc5adc59778f33bc58ccbb94c574 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Thu, 11 Apr 2024 14:35:23 +0800
Subject: [PATCH] 传housecode
---
api/reporting/reporting.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/api/reporting/reporting.js b/api/reporting/reporting.js
index f5ab196..ae5a86e 100644
--- a/api/reporting/reporting.js
+++ b/api/reporting/reporting.js
@@ -106,7 +106,7 @@
//获取打金店、二手车交易、二手手机维修详情
export const getLabelReportingDetail = (params) => {
return http.request({
- url: '/blade-taskLabelReportingEvent/taskLabelReportingEvent/detail',
+ url: '/blade-taskLabelReportingEvent/taskLabelReportingEvent/getDetail',
method: 'get',
params: {
...params
--
Gitblit v1.9.3