From fdef23064b801a06bbf369785dbbc14db14b707f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 17:15:53 +0800
Subject: [PATCH] 回滚代码至2月28日

---
 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