From 2ffea51205b7eb94cf3fb7221aede7ff66669fc1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期一, 29 七月 2024 15:59:04 +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