From c3b2d6d35b77d11ff86d45926501493b7fc8886e Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 23 七月 2024 10:30:20 +0800 Subject: [PATCH] 新功能添加 --- api/qiye.js | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/api/qiye.js b/api/qiye.js index 93dd7aa..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 }}); @@ -50,4 +58,9 @@ // /system/company/list // export function getCompanyList(data){ // return http.get('/system/company/list',{params: data}, { custom: { loading: true }}); -// } \ No newline at end of file +// } + +// /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