From 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 24 十一月 2023 14:08:19 +0800 Subject: [PATCH] 收款明细页面及对接接口、详情页面 --- utils/jihua.js | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/utils/jihua.js b/utils/jihua.js index 1090277..9fdb15c 100644 --- a/utils/jihua.js +++ b/utils/jihua.js @@ -5,10 +5,24 @@ method: 'GET' }, // 鍙戣繍鍒楄〃 - fyList: { - url: '/yunxiao/contractorder/fyList', - method: 'GET' + + /** + * 閫欐槸鏈塨ug鐨勬帴鍙� + */ + // fyList: { + // url: '/yunxiao/contractorder/fyList', + // method: 'GET' + // }, + + /** + * 閫欐槸姝g⒑鐨� + */ + fyList:{ + url:'/yunxiao/xscarshippingdayplan/fyList', + method:'GET' }, + + xscarshippingdayplan: { url: '/yunxiao/xscarshippingdayplan/page', method: 'GET' -- Gitblit v1.9.1