From 93d6a77c5f9a1e8b796db773c36533e6d8f2cf07 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期五, 21 六月 2024 15:50:36 +0800
Subject: [PATCH] 执法相关接口对接

---
 api/policy.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/api/policy.js b/api/policy.js
index 8021a4b..7f62732 100644
--- a/api/policy.js
+++ b/api/policy.js
@@ -23,8 +23,12 @@
 export function orderDetails(data) {
 	return http.get(`/enforce/order/${data.orderId}`, {params: data}, { custom: { loading: true }});
 }
-// 鎵ф硶瀹℃壒 
+// 鎵ф硶瀹℃壒鍒楄〃 
 
 export function checkLogList(data) {
 	return http.get(`/enforce/check/log/list`, {params: data}, { custom: { loading: true }});
-}
\ No newline at end of file
+}
+// 鎵ф硶瀹℃壒 /enforce/check/log/upd
+export function checkUpd(data) {
+	return http.get(`/enforce/check/log/upd`, {params: data}, { custom: { loading: true }});
+}

--
Gitblit v1.9.1