From e9d1d13a62e1f585a8a24bf3176d12be956a63c8 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 15:40:37 +0800 Subject: [PATCH] 信息公示接口对接 --- api/index.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/index.js b/api/index.js index ace85f1..ced9d46 100644 --- a/api/index.js +++ b/api/index.js @@ -9,7 +9,11 @@ export function showList(data){ return http.get('/enforce/order/showList', {params: data}, { custom: { loading: true }}); } -// 鎯犱紒鏀跨瓥 +// 鎯犱紒鏀跨瓥璇︽儏 export function doc(id){ - return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }}); + return http.get('/system/doc/'+id, { custom: { loading: true }}); +} +// 淇℃伅鍏ず璇︽儏 +export function order(id){ + return http.get('/enforce/order/'+id, { custom: { loading: true }}); } \ No newline at end of file -- Gitblit v1.9.1