From 0a2589ad83ffe64d021b009e33f8ff93b27d8536 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期六, 22 六月 2024 19:31:40 +0800
Subject: [PATCH] 投诉列表

---
 api/qiye.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/api/qiye.js b/api/qiye.js
index 4286143..ccd8812 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -21,4 +21,14 @@
 // 鍙戣捣鎶曡瘔
 export function orderComplaint(param) {
   return http.post('/enforce/order/orderComplaint', param, { custom: { loading: true }});
+}
+
+// 鎶曡瘔鍒楄〃
+export function logList(data){
+	return http.get('/enforce/complaint/log/list', {params: data}, { custom: { loading: true }});
+}
+
+// 鎶曡瘔璇︽儏
+export function complaint(id){
+	return http.get('/enforce/complaint/'+id, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1