From 58c9cd3b6e70e05952edb2e57f5215af77e1aa84 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期三, 04 九月 2024 13:40:55 +0800
Subject: [PATCH] 长按保存二维码

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

diff --git a/api/qiye.js b/api/qiye.js
index d61ba87..21bcb2d 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -27,7 +27,15 @@
 export function logList(data){
 	return http.get('/enforce/complaint/log/list', {params: data}, { custom: { loading: true }});
 }
-
+// complaintList
+// 鎶曡瘔鍒楄〃
+export function complaintList(data){
+	return http.get('/enforce/complaint/log/complaintList', {params: data}, { custom: { loading: true }});
+}
+// 寤鸿鍒楄〃
+export function pleaseList(data){
+	return http.get('/enforce/complaint/log/pleaseList', {params: data}, { custom: { loading: true }});
+}
 // 鎶曡瘔璇︽儏
 export function complaint(id){
 	return http.get('/enforce/complaint/'+id, { custom: { loading: true }});
@@ -45,4 +53,14 @@
 // 鏃爋rderid
 export function orderNodeList(data){
 	return http.get('/enforce/complaint/log/orderNodeList',{params: data}, { custom: { loading: true }});
+}
+
+// /system/company/list
+// export function getCompanyList(data){
+// 	return http.get('/system/company/list',{params: data}, { custom: { loading: true }});
+// }
+
+// /enforce/order/confirm/{orderId}
+export function confirmOrderId(data){
+	return http.post(`/enforce/order/confirm/${data.orderId}`,{params: data}, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1